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
官方網址 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
電子郵箱 [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"
}