Extension Manager

Manage and control your browser extensions more easily

Co je Extension Manager?

Extension Manager je rozšíření Chrome vyvinuté Rahul Baruri, a jeho hlavní funkcí je „Manage and control your browser extensions more easily“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Extension Manager

Stáhněte si soubory rozšíření Extension Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension helps you to manage your extensions more efficiently. It offers lot one click enable and disable features. 

Core features:

✅ Manage extensions efficiently
✅ One click enable or disable extensions
✅ Easier access to the extension manager
✅ Offers clean and great user experience                    

Základní Informace o Rozšíření

Název Extension Manager Extension Manager
ID cjghohmpcbkfadlcldfcjlnoacgggnoi
Oficiální URL https://chromewebstore.google.com/detail/extension-manager/cjghohmpcbkfadlcldfcjlnoacgggnoi
Popis Manage and control your browser extensions more easily
Velikost souboru 110 KB
Počet instalací 930
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-02-08
Datum Vydání 2022-02-05
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář Rahul Baruri
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Manager",
    "short_name": "Extension Manager",
    "description": "Manage and control your browser extensions more easily",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "38": "assets\/icons\/icon-32.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/js\/angular.min.js",
                "\/assets\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "management",
        "storage"
    ],
    "action": {
        "default_icon": "\/assets\/icons\/icon-20.png",
        "default_popup": "popup.html"
    }
}