Extension Manager

Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.

What is Extension Manager?

Extension Manager is a Chrome extension developed by https://higher-ground-software.com, and its main feature is "Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.".

Extension Screenshots

screenshot

Download Extension Manager Extension CRX File

Download 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

                        Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.                    

Extension Basic Information

Name Extension Manager Extension Manager
ID bfmjiakdfoacijccjgkkhoepjklhohle
Official URL https://chromewebstore.google.com/detail/extension-manager/bfmjiakdfoacijccjgkkhoepjklhohle
Description Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
File Size 146 KB
Installation Count 1,008
Current Version 1.10.0
Last Updated 2020-04-04
Publish Date 2020-04-04
Rating 3.73/5 Total 11 Ratings
Developer https://higher-ground-software.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://suppression.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Manager",
    "version": "1.10.0",
    "manifest_version": 2,
    "description": "Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/iconbar.png",
        "default_title": "Extension Manager",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/migration.js"
        ],
        "persistent": false
    },
    "permissions": [
        "management",
        "storage"
    ]
}