Extensions Manager
A snapshot based extensions manager, make it ease to enable/disable the extensions
什么是Extensions Manager?
Extensions Manager是由sigoden开发的Chrome扩展程序,该扩展的主要功能是“A snapshot based extensions manager, make it ease to enable/disable the extensions”。
扩展截图
下载Extensions Manager扩展crx文件
下载Extensions Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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 扩展基本信息
| 名称 | |
| ID | bcjfhbahclaolcbkdkckdnnenfeakhbk |
| 官方URL | https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk |
| 简介 | A snapshot based extensions manager, make it ease to enable/disable the extensions |
| 文件大小 | 237 KB |
| 安装次数 | 24,065 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2018-01-18 |
| 上架时间 | 2018-01-18 |
| 评分 | 3.87/5 共31次评分 |
| 开发者 | sigoden |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/sigoden/chrome-extensions-manager |
| 帮助页面URL | https://github.com/sigoden/chrome-extensions-manager/issues |
| 支持的语言 | 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'"
} | |