Re: google chrome extension

2019-04-04 Thread Abhineet Baranwal
Thanks for the good explanation On Wed, Apr 3, 2019, 6:40 PM Alex Chiaranda wrote: > 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

Re: google chrome extension

2019-04-03 Thread אורי
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

Re: google chrome extension

2019-04-03 Thread Alex Chiaranda
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 woul

google chrome extension

2019-04-03 Thread Abhineet Baranwal
*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 "Djan