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 |
| 官方網址 | 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'"
} | |