Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I create a firefox plugin using Python? [duplicate]

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?

like image 673
Ambika Avatar asked May 01 '11 06:05

Ambika


People also ask

Can you make a Firefox extension with 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.

Can you make a browser extension with Python?

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).

How do I compile Firefox Extensions?

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.

What is Firefox plugin?

They add features to Firefox to make browsing faster, safer, or just plain fun. Recommended extensions.


1 Answers

Yes -- see this: http://pyxpcomext.mozdev.org/

like image 164
J. Taylor Avatar answered Sep 21 '22 04:09

J. Taylor