Can you create a Chrome extension using Django?

I am creating a Chrome extension for my team to enter information that will store data as efficiently as possible. I know that Chrome Extensions are built using JavaScript, but I was wondering if I can use Django to create a Chrome extension?

My plan is to create an application using Django and then using AppEngine.

Thanks for the feedback! I was not able to find Google results discussing the development of Chrome extensions using Django.

-Adam

+4
source share
1 answer

, Chrome JavaScript. , , , (Django, Ruby on Rails, Node.js ..). -, , .html, Chrome. Chrome POST XHR , -, Django , Extension .

+3

Source: https://habr.com/ru/post/1533577/


All Articles