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
官方網址 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"
    }
}