Implement chrome.management.setEnabled
Categories
(WebExtensions :: General, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: mattw, Unassigned)
References
Details
(Whiteboard: [management]triaged)
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
After the changes to the add-on manager in Firefox 68, it would be nice if this feature could be reconsidered. The add-on manager is fine for users with only a few extensions. However, for users that have many extensions installed, the add-on manager is inefficient. Here are some issues with the current about:addons page:
- Interacting with an extension now requires multiple clicks.
- Not many extensions are displayed on the screen and a lot of scrolling may be required to find one.
- Enabled and disabled extensions look the same. When scrolling fast, it's easy to miss when the other section begins.
- If a user wishes to temporarily enable/disable multiple extensions that are displayed on the screen, the extensions are immediately sorted into the opposite category, requiring more scrolling to access them again.
With the capability to enable/disable an extension, extension managers in Firefox could do the following:
- Compactly display the extensions in either a sidebar, toolbar button popup, or customized add-on page.
- Display a find box that could search through extension names as well as descriptions.
- Sort the extensions by enabled/disabled or alphabetically with favorite extensions optionally on top of the list.
- Enable or disable extensions with a single click.
- Go to an extensions options page or home page with a single click.
- Switch between groups of extensions with profiles.
- Disable all extensions and then restore the same extensions back to enabled with a toggle switch.
- Use tabs or folders to place extensions into categories like enabled, disabled, favorites, recent, etc...
10 of the top Chrome extension managers currently have around 500k users. While a small number, it still shows that there is an audience for this feature.
Google Chrome extension managers:
- Extensity (166k)
- SimpleExtManager (78k)
- Extensions Manager (aka Switcher) (74.6k)
- Extension Manager (65k)
- Disable Extensions Temporarily (36.6k)
- Chrome Extension Manager (35.8k)
- One Click Extensions Manager (19.5k)
- Custom Chrome - Extension Manager (11.6k)
- Extensions Manager (10.8k)
- NooBoss(9.9k)
Updated•5 years ago
|
Would like to add additional pain points from the built in add-on manager:
- can't stack add-on icons in toolbar (useful for hiding mostly passive security/privacy add-ons)
- can't quickly (few clicks) add/remove/enable/disable/configure add-ons from toolbar
- add-on screen doesn't allow sorting/organizing of list
- add-on screen doesn't support ctl+f
- no add-on scoping (tab,container,site) /automation
Comment 10•5 years ago
|
||
If you have more than a handful of extensions, firefox's addon menu is very tedious. The vast amounts of empty space does not help.
Updated•4 years ago
|
Comment 11•4 years ago
|
||
Bug 1336908 added support for enabling/disabling themes. Disabling/enabling extensions is not supported yet due to concerns of abuse.
If a patch comes along that has safeguards against abuse (e.g. prompting the user before allowing an extension to disable another extension, with clear attribution and hooking up with the "Report abuse" feature, potentially with an opt-in (internal permission / preference)), then we are willing to approve it.
Comment hidden (metoo) |
Updated•2 years ago
|
Comment 13•1 years ago
|
||
What about allowing it for enterprise force_installed extensions?
Description
•