4

I want to create a Chrome extension with Python. Is this possible or will I have to use JavaScript?

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636
Ambika
  • 41
  • 1
  • 2

2 Answers2

1

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

Duncan
  • 92,073
  • 11
  • 122
  • 156
0

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

Community
  • 1
  • 1
Mahesh
  • 2,186
  • 16
  • 17