Shqyrtime për Contextlets
Contextlets nga David Hammond
13 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga Shineblind, 7 muaj më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga ericchase, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Makelovenovar, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Daktyl, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga susix, 5 vite më parëgreat, this exactly waht I need! except the wild option page🤣
- Vlerësuar me 5 yje nga 5 të mundshëmnga Onurtag, 6 vite më parë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 - Vlerësuar me 5 yje nga 5 të mundshëmnga Silexy, 6 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Alex, 6 vite më parëI have problem in FF 63.0.3 x64 - check box is transparent (absent) and icon is not displayed in context menu. http://i63.tinypic.com/r8s3ua.png
Përgjigje zhvilluesi
postuar më 6 vite më parëThere 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga fixer, 7 vite më parëSuperb Work..Thank You Developer #david hammond..
- Vlerësuar me 5 yje nga 5 të mundshëmnga Daktyl, 7 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Magister Sexta, 7 vite më parëWorks great so far, I'm using it to add selective context menu's onto violentmonkey code.
- Vlerësuar me 3 yje nga 5 të mundshëmnga Juanka Hula, 7 vite më parëI 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?
Përgjigje zhvilluesi
postuar më 7 vite më parëThat 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga Aeres, 7 vite më parëIts great , Infact the best part is the syntax check while inputting the code in the code area.
One great additional feature will be to add line number toggle :)Përgjigje zhvilluesi
postuar më 7 vite më parëGreat idea. I've added an option to display line numbers.