开发者

How do I use Python in a Chrome extension?

开发者 https://www.devze.com 2023-02-15 18:17 出处:网络
I want to create a Chrome extension with Python. Is this p开发者_StackOverflow社区ossible or will I have to use JavaScript?You could look at Pyjamas as that would let you write in Python but compile y

I want to create a Chrome extension with Python. Is this p开发者_StackOverflow社区ossible or will I have to use JavaScript?


You could look at Pyjamas as that would let you write in Python but compile your code down to Javascript.


No. Not Directly. However there are some possibilities discussed here. NPAPI for Python - Chrome Extension

0

精彩评论

暂无评论...
验证码 换一张
取 消