Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

XUL Booster

XUL Booster is a third party Eclipse / WebTools build that offers some support for XUL Editing and awesome support for extension packaging.

Extension Quick Start

XUL Booster makes creating and packaging an extension very easy. It supports exporting XPI files or registering a file system based project.

Create an extension

You'll need an extension ID; see Generating GUIDs.

Add an Overlay

You'll need the chrome address of the content you wish to overlay, ex. chrome://browser/content/browser.xul. Learn more at Creating_a_Mozilla_Extension:Finding_the_file_to_modify

To create an XUL:overlay, create a XUL fragment with a top level node that has an ID matching an existing element, ex. menupopup id="menu_ToolsPopup". Learn more at Creating_a_Mozilla_Extension:Adding_the_structure.

Download

Visit XULBooster at SourceForge.net

Document Tags and Contributors

 Contributors to this page: teoli, harrison3001, Sevenspade, Andyed
 Last updated by: harrison3001,