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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Extensions Manager Extensions Manager
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
Eメール [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'"
}