Can I use python to develop Google Chrome extensions? -
this question has answer here:
- chrome extension in python? 5 answers
i have read introduction how create google chrome extensions. possible create extension using pyhton instead of js?
a google chrome extension webpage few permissions , on. so, you're looking method use python scripting language inside browser.
the problems :
- not browsers capable of using python scripting language
- by default javascript scripts enabled in browsers, python may not be.
- not enough tutorials on how use python here. js way more popular.
but returning how it. popular methods:
- brython - use html5 +
text/pythonscripts directly embed python inside browser. - pyjs - here, compile python javascript. more complicated, browser sees js, usable anywhere.
Comments
Post a Comment