Can I use python to develop Google Chrome extensions? -


this question has answer here:

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/python scripts directly embed python inside browser.
  • pyjs - here, compile python javascript. more complicated, browser sees js, usable anywhere.

Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -