Click here to Skip to main content
15,908,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need to create a Add-on for Firefox

I have tried the following methods and it is working fine

1. Using XUL runner
2. Drag and Dropping the .XPI file in the Mozilla Firefox.(using XUL, HTML,CSS and JavaScript).

Can anyone tell me How to create an Add-on for Firefox using C# and JavaScript?

Thanks!
Posted

To best of my knowledge, the API for Firefox add-on development does not include .NET bindings. In my understanding, using .NET is not typical for Mozilla. And probably nobody knows if it can happen later or not.

—SA
 
Share this answer
 
You can not create Extension for Firefox using C# (Dot Net Managed Code) as of now. You can easily create it with XML,Javascript and CSS.

I would recommend you to go through this tutorial.
https://developer.mozilla.org/en-US/docs/Extensions[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900