google chrome extension

115 views
Skip to first unread message

Abhineet Baranwal

unread,
Apr 3, 2019, 7:33:20 AM4/3/19
to Django users
Can i create a chrome extension in django or flask ? I have already created an extension in javascript but i didn't know how to start creating it in django . Can anyone tell me how to do it with some example?

Alex Chiaranda

unread,
Apr 3, 2019, 9:10:13 AM4/3/19
to Django users
Greetings,

for Chrome Extension, you must use Javascript, or Javascript + Native Code (compiling for the target platform, and distributing it with the extension). So the quick answer is "You shouldn't do it", but it might be possible. I don't think it would be approved thought, because you would have to distribute a python interpreter with you extension, the extension size would be huge.


However, if your extension is meant to communicate with a server side application, this part can be whatever you want, providing a REST API for your extension.

Hope it helps !

Regards,

Alex

אורי

unread,
Apr 3, 2019, 9:36:40 AM4/3/19
to django...@googlegroups.com
I also think the server side of the extension can use Django (or any other platform and programming language) but the extension itself (the client side) - I'm not sure it's a good idea to use Django.

Try to search about Chrome extensions and see what it takes to make one. I think JavaScript is the default and easiest way to create an extension.


On Wed, Apr 3, 2019 at 2:32 PM Abhineet Baranwal <suabhinee...@gmail.com> wrote:
Can i create a chrome extension in django or flask ? I have already created an extension in javascript but i didn't know how to start creating it in django . Can anyone tell me how to do it with some example?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ec99c11f-ec5a-46f9-87cc-ae159b2aad61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Abhineet Baranwal

unread,
Apr 4, 2019, 3:11:55 AM4/4/19
to django...@googlegroups.com
Thanks for the good explanation 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
Reply all
Reply to author
Forward
0 new messages