Possible Duplicate:
python for firefox extensions?
I want to create a plugin for Firefox that could simplify text. I have code to simplify text written in Python. So I need to know whether it is possible for me to build the Firefox plugin in Python?
No, it is not possible to write Firefox Add-ons in Python. Your best shot is still JavaScript. You might want to have a look at our Add-on SDK.
Chrome plugins are created using HTML, JavaScript and CSS. We can use Python to create normal Chrome extensions using a Python to Javascript compiler (Rapydscript).
In Firefox: Open the about:debugging page, click the This Firefox option, click the Load Temporary Add-on button, then select any file in your extension's directory. The extension now installs, and remains installed until you restart Firefox.
They add features to Firefox to make browsing faster, safer, or just plain fun. Recommended extensions.
Yes -- see this: http://pyxpcomext.mozdev.org/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With