Publish an extension to firefox directory
Once you have created an extension, you will probably want to make it easily available to the public.
For my tntfixer extension that I explained in some previous posts I had a folder structure similar to this one:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/tntfixer
|----chrome.manifest
|----install.rdf
|----README
|----/chrome
| |----/content
| | |----tntfixer.js
| | |----tntfixer.xul
| |
| |----/skin
| | |----overlay.css
| | |----/images
| | | |----status-bar-icon-active.png
| | | |----status-bar-icon-inactive.png