1-Click Extension Manager

Manage Chrome extension at the tip of your finger, with just 1-click.

What is 1-Click Extension Manager?

1-Click Extension Manager is a Chrome extension developed by milan.chheda, and its main feature is "Manage Chrome extension at the tip of your finger, with just 1-click.".

Extension Screenshots

screenshot
screenshot

Download 1-Click Extension Manager Extension CRX File

Download 1-Click Extension Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name 1-Click Extension Manager 1-Click Extension Manager
ID ohajmcdpjokbdoihfhkpbmlmknejmoec
Official URL https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec
Description Manage Chrome extension at the tip of your finger, with just 1-click.
File Size 41.46 KB
Installation Count 2,431
Current Version 1.0
Last Updated 2016-06-18
Publish Date 2016-06-17
Rating 3.56/5 Total 25 Ratings
Developer milan.chheda
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}