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
电子邮箱 [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"
}