Firefox Add-on Icon No longer Appears After Firefox 29 Update

Prior to the FF v29 update, my add-on worked as expected. Namely, the icon appeared in the settings menu, so that users could drag it to where it was in the desired user interface.

However, after the v29 update, the icon is no longer displayed in the setup menu of additional tools and functions .

The exact implementation in overlay.xul is as follows:

<toolbarpalette id="BrowserToolbarPalette">
    <toolbarbutton id="trafficcodex-button" class="toolbarbutton-1 chromeclass-toolbar-additional" label="Traffic Codex Promo Code Finder" tooltiptext="Check for Promo Codes!" oncommand="trafficcodexpromocodefinder.overlay.search();" />
</toolbarpalette>

<window id="main-window">
    <toolbox id="navigator-toolbox">
        <toolbar id="trafficcodex-toolbar" toolbarname="Traffic Codex Promo Code Finder" accesskey="T" customizable="true" mode="icons" context="toolbar-context-menu" defaultset="trafficcodex-button" insertbefore="PersonalToolbar" />
    </toolbox>
</window>

It should also be noted that this is not a boot extension.

This is the first browser extension I've ever developed, and I admittedly know little in this regard.

+4
source share
1

,

Firefox 29 -- " Firefox, , Firefox".

0

Source: https://habr.com/ru/post/1540106/


All Articles