Extensions switcher
Menu for quick extensions control
什么是Extensions switcher?
Extensions switcher是由Anton开发的Chrome扩展程序,该扩展的主要功能是“Menu for quick extensions control”。
扩展截图
下载Extensions switcher扩展crx文件
下载Extensions switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Extensions switcher |
ID | mapmknaogodpakjopdhmdcilahbfbjpc |
官方URL | https://chromewebstore.google.com/detail/extensions-switcher/mapmknaogodpakjopdhmdcilahbfbjpc |
简介 | Menu for quick extensions control |
文件大小 | 109 KB |
安装次数 | 4,587 |
当前版本 | 1.5.3 |
更新时间 | 2019-06-08 |
上架时间 | 2019-06-08 |
评分 | 4.22/5 共59次评分 |
开发者 | Anton |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |