How to create a Firefox add-on
From Wiki
Contents |
The Firefox add-on Structure
The Chrome Manifest File
Your Code
The JavaScript Code
The XUL Interface
References
- Building an Extension, http://developer.mozilla.org/en/docs/Building_an_Extension
- Getting started with extension development
- How to create Firefox extensions, http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/
- XUL Planet Tutorials, http://www.xulplanet.com/tutorials/
- Mozilla XUL Tutorial, http://developer.mozilla.org/en/docs/XUL_Tutorial
- XUL Tutorial with Examples, http://www.xul.fr/tutorial/

