Can I use python in firefox extensions? Does it work?
Asked
Active
Viewed 1.0k times
1 Answers
25
Yes, through an extension for mozilla, Python Extension (pythonext).
Originally hosted in mozdev, PythonExt project have move to Google code, you can see it in PythonExt in Google code.

PhoneixS
- 10,574
- 6
- 57
- 73

Christopher
- 8,815
- 2
- 32
- 41
-
5Note, this seems to be an inactive project. Last commit was 6 months ago, and it doesn't seem feature or fix related. – Zoran Pavlovic May 07 '13 at 18:47
-
So my users would have to install this in addition to the extension I'm making? – daraul Jan 20 '20 at 21:50