Extension Manager for Chrome™

Focus on Chrome extension management to help you manage Chrome extensions efficiently.

Co je Extension Manager for Chrome™?

Extension Manager for Chrome™ je rozšíření Chrome vyvinuté hb623999, a jeho hlavní funkcí je „Focus on Chrome extension management to help you manage Chrome extensions efficiently.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Extension Manager for Chrome™ 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í

                        The extension manager is one of your best choices for Chrome extension management, providing you with an efficient way. It has a simple interface and simplified usage process, helping you toggle the status of extensions between enabled and disabled. Moreover, Extension Manger for Chrome™ provides the function to support you to customize the creation of Chrome extension groups for different usage scenarios.
  🚀 Feature:
  ⚙ One-click to switch status between enabled and disabled.
  ⚙ One-click to uninstall Chrome extension.
  ⚙ Supports custom grouping and provides operations such as add, delete, and edit.
  ⚙ Supports search keywords to quickly locate Chrome extensions;
  ⚙ Supports filtering to quickly view enabled and disabled extensions.
  ⚙ Minimum permission requests for safe use.                    

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

Název Extension Manager for Chrome™ Extension Manager for Chrome™
ID ahbicehkkbofghlofjinmiflogakiifo
Oficiální URL https://chromewebstore.google.com/detail/extension-manager-for-chr/ahbicehkkbofghlofjinmiflogakiifo
Popis Focus on Chrome extension management to help you manage Chrome extensions efficiently.
Velikost souboru 355 KB
Počet instalací 80
Aktuální Verze 1.0.1
Poslední Aktualizace 2024-01-16
Datum Vydání 2023-12-21
Vývojář hb623999
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,fr,ca,pt-BR,pt-PT,bg,bn,am-ET,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1"
}