The Custom Buttons² Firefox extension provides the code base support necessary to create, maintain, import, and export custom toolbar buttons. These custom buttons can be written to do various tasks that the user may require.
Custom Buttons² Firefox extension buttons can be written to do various tasks that the user may require. The buttons are coded in JavaScript. Many bookmarklets can easily be converted to buttons.
Extension developers will find this extension quite useful in the development cycle. JavaScript code can be prototyped in a custombutton, avoiding the reload chrome step till the code is proven. Then the code can be moved to the extension
Flock & Thunderbird supported starting with Version 2.0.5.9
Works with:
* Firefox Firefox: 2.0a1 – 3.0.*
Install Now
To create a new button:
In the main-menu, View select the “Add New Button” item.
1. Fill in the Name field with an appropriate button name. If the image field is left empty, the button image will default to the Custom Button star.
2. The Code section only executes when the button is clicked.
3. The Initialization code section executes when the button is saved/applied and each time Firefox starts. Either section may be left empty.
4.
In FireFox 3 newly created buttons are not available till a Re-Start. Like with an extension install. (You may install as many as you like before you Re-Start.)
5. Now, in the main-menu, View >> Toolbars >> Customize... Find the new button and drag & drop it where you want it on a toolbar.
Locales: en-US, de-DE, it-IT, nl-NL, pl-PL, sk-SK, sv-SE