Quick Extension Manager

A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off

Quick Extension Managerとは何ですか?

Quick Extension ManagerはChris Dermodyによって開発されたChromeの拡張機能で、その主な機能は「A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off」です。

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

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

拡張機能の使用方法

                        Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. 

The extension lists all of your installed extensions in a 2-column layout with their images.

There is also a handy search box you can use to quickly find the extension you need to turn on or off.                    

拡張機能の基本情報

名前 Quick Extension Manager Quick Extension Manager
ID clgnjooadgjehcfgiboagghflodbeidf
公式URL https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf
説明 A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
ファイルサイズ 442 KB
インストール数 135
現在のバージョン 0.1.6
最終更新日 2015-04-11
公開日 2015-04-11
評価 2.33/5 合計 6 レビュー
開発者 Chris Dermody
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Extension Manager",
    "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off",
    "version": "0.1.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "app.png",
        "default_popup": "popup.html"
    },
    "short_name": "Extension Manager"
}