Extensions switcher
Menu for quick extensions control
What is Extensions switcher?
Extensions switcher is a Chrome extension developed by Anton, and its main feature is "Menu for quick extensions control".
Extension Screenshots
Download Extensions switcher Extension CRX File
Download Extensions switcher 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
Simple extension manager. This extension allow quick enable/disable other extensiosns. To create a new group, drag the icon for an extension up abroad, the current group. Features include: - enable, disable, uninstall extensions/apps; - launch apps; - ability to create extension groups; - enable/disable extension groups in one click; - quick and light for your browser.
Extension Basic Information
Name | Extensions switcher |
ID | mapmknaogodpakjopdhmdcilahbfbjpc |
Official URL | https://chromewebstore.google.com/detail/extensions-switcher/mapmknaogodpakjopdhmdcilahbfbjpc |
Description | Menu for quick extensions control |
File Size | 109 KB |
Installation Count | 4,587 |
Current Version | 1.5.3 |
Last Updated | 2019-06-08 |
Publish Date | 2019-06-08 |
Rating | 4.22/5 Total 59 Ratings |
Developer | Anton |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "49", "browser_action": { "default_icon": { "19": "assets\/icons\/icon_19.png", "38": "assets\/icons\/icon_38.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/icon_16.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "offline_enabled": true, "permissions": [ "storage", "management" ], "name": "Extensions switcher", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.5.3" } |