Extensions Manager
A snapshot based extensions manager, make it ease to enable/disable the extensions
What is Extensions Manager?
Extensions Manager is a Chrome extension developed by sigoden, and its main feature is "A snapshot based extensions manager, make it ease to enable/disable the extensions".
Extension Screenshots
Download Extensions Manager Extension CRX File
Download Extensions Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Easy to enable/disable the extension - Direct access to the option page of any extension - Enable/disable all the extensions with one click - Snapshot Management - Create: capture the state of chrome's current extensions as a snapshot, a restore point - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot - Delete: clear the outdated snapshot - Undo: undo an accidental applying snapshot
Extension Basic Information
Name | Extensions Manager |
ID | bcjfhbahclaolcbkdkckdnnenfeakhbk |
Official URL | https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk |
Description | A snapshot based extensions manager, make it ease to enable/disable the extensions |
File Size | 237 KB |
Installation Count | 24,065 |
Current Version | 1.1.0 |
Last Updated | 2018-01-18 |
Publish Date | 2018-01-18 |
Rating | 3.87/5 Total 31 Ratings |
Developer | sigoden |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sigoden/chrome-extensions-manager |
Help Page URL | https://github.com/sigoden/chrome-extensions-manager/issues |
Supported Languages | en,zh-CN |
manifest.json | |
{ "name": "__MSG_manifest_app_name__", "description": "__MSG_manifest_app_description__", "version": "1.1.0", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "default_locale": "en", "permissions": [ "management", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |