1-Click Extension Manager

Manage Chrome extension at the tip of your finger, with just 1-click.

1-Click Extension Managerとは何ですか?

1-Click Extension Managerはmilan.chhedaによって開発されたChromeの拡張機能で、その主な機能は「Manage Chrome extension at the tip of your finger, with just 1-click.」です。

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

screenshot
screenshot

1-Click Extension Manager拡張機能のCRXファイルをダウンロード

1-Click Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple menu to enable, disable and access options of extensions in 1-click.

Features included:
- Enable/disable an extension in 1-click
- Access options of an extension in 1-click
- Uninstall an extension in 1-click
- A handy search box that you can use to quickly find the extension you need to turn on or off. 
- No Ads
- Simple, fast, and no background scripts
- Keep your browser fast by disabling extensions that you won't use right away with just 1-click.

For bugs, feedback, and suggestions, write to [email protected]                    

拡張機能の基本情報

名前 1-Click Extension Manager 1-Click Extension Manager
ID ohajmcdpjokbdoihfhkpbmlmknejmoec
公式URL https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec
説明 Manage Chrome extension at the tip of your finger, with just 1-click.
ファイルサイズ 41.46 KB
インストール数 2,431
現在のバージョン 1.0
最終更新日 2016-06-18
公開日 2016-06-17
評価 3.56/5 合計 25 レビュー
開発者 milan.chheda
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Click Extension Manager",
    "description": "Manage Chrome extension at the tip of your finger, with just 1-click.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}