Manager

Chrome extension/apps manager

What is Manager?

Manager is a Chrome extension developed by Mayur Kataria, and its main feature is "Chrome extension/apps manager".

Extension Screenshots

screenshot

Download Manager Extension CRX File

Download 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

                        Manager allows you to manage installed extensions/apps.
Many times we face situations where we have installed too many extensions/apps and to enable/disable we go to manage page which is cumbersome                    

Extension Basic Information

Name Manager Manager
ID fbnblgfdjledfgkfbbcddejlopemmhcn
Official URL https://chromewebstore.google.com/detail/manager/fbnblgfdjledfgkfbbcddejlopemmhcn
Description Chrome extension/apps manager
File Size 491 KB
Installation Count 851
Current Version 1.0.0
Last Updated 2014-08-21
Publish Date 2014-08-21
Rating 3.75/5 Total 4 Ratings
Developer Mayur Kataria
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manager",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Chrome extension\/apps manager",
    "icons": {
        "16": "icons\/favicon-16.png",
        "48": "icons\/favicon-57.png",
        "128": "icons\/favicon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/favicon-57.png",
        "default_title": "Call Manager",
        "default_popup": "html\/index.html"
    },
    "permissions": [
        "management"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Ctrl+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    }
}