Contextlets értékelései
Contextlets szerző: David Hammond
Alex értékelése
Fejlesztői válasz
közzétéve: 6 éveThere will be an update to fix this issue soon.
Edit 2019-01-03: The latest Contextlets update should resolve the issue with the checkboxes, which was due to a change Mozilla made in their CSS.
Unfortunately, I'm not sure the icon issue is something I can fix. It appears that Mozilla made a change so that custom icons are no longer allowed in the top level of the context menu unless the icon is hardcoded in the extension itself. The custom icons only seem to work within submenus. I will investigate this some more when I get a chance.
Edit 2019-01-03: The latest Contextlets update should resolve the issue with the checkboxes, which was due to a change Mozilla made in their CSS.
Unfortunately, I'm not sure the icon issue is something I can fix. It appears that Mozilla made a change so that custom icons are no longer allowed in the top level of the context menu unless the icon is hardcoded in the extension itself. The custom icons only seem to work within submenus. I will investigate this some more when I get a chance.
13 értékelés
- Csillagos értékelés: 5 / 5készítette: Shineblind, 6 hónapja
- Csillagos értékelés: 5 / 5készítette: Makelovenovar, 4 éve
- Awesome addon.
Thanks to this we don't have to write an extension every time we want to use any of the browser APIs.
I surely wouldn't use this extension with these permissions if it wasn't open source.
I would highly suggest other users to read the webextension APIs:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API - Csillagos értékelés: 4 / 5készítette: Magister Sexta, 7 éveWorks great so far, I'm using it to add selective context menu's onto violentmonkey code.
- Csillagos értékelés: 3 / 5készítette: Juanka Hula, 7 éveI noticed you created other addons to be able to have more than 1 contextlets. Couldnt you have made a submenu that includes all the user created contextlets as many as the user wants without having to get more than 1 extension?
Fejlesztői válasz
közzétéve: 7 éveThat happens automatically, by the way context menu items work in WebExtensions. If one extension is trying to display more than one context menu item at a time, Firefox will automatically put them into a submenu. The purpose of the "extra" extensions is if you want them all to appear in the top-level context menu. In this case, Firefox requires a separate extension for each item you want to display in the top level.