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