Chris Pollett >
Students > [Bio] |
Firefox Extension with Preference paneFirefox Extensions are packaged and distributed in ZIP files or Bundles, with the XPI (pronounced "zippy") file extension. Firefox's user interface is written in XUL(pronounced "zool") and JavaScript. Basic components of the extensions are
install.rdf -
This contains the id and version of the extension. It also specifies the target application and its required max/min version. chrome.manifest - This contains the folder hierarchy for the extension chrome/content/main.xul - This extends the browser.xul and overlays with user defined options/status bar.
For this deliverable, I have created a firefox extension with a preference pane. This extension
The extension can be download here |