Extension Manager

Extension that manages other extensions

Cos'è Extension Manager?

Extension Manager è un'estensione di Chrome sviluppata da Dummybug Studios, e la sua funzione principale è "Extension that manages other extensions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Extension Manager

Scarica i file di estensione Extension Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        If you have tons of extensions but don't want to leave them all on at the same time - this extension is for you. You can use this to turn them on and off.

Ctrl+L is the default keybinding to open the popup
Move with arrow keys
Press enter to turn toggle extensions on and off

This is mostly for personal use but if you find it useful as well then great :)                    

Informazioni di Base sull'Estensione

Nome Extension Manager Extension Manager
ID baamgahfpefickjomejmemkejkeglaek
URL Ufficiale https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek
Descrizione Extension that manages other extensions
Dimensione del File 38.61 KB
Conteggio Installazioni 969
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2022-10-17
Data di Pubblicazione 2018-11-18
Valutazione 4.45/5 Totale 11 Valutazioni
Sviluppatore Dummybug Studios
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DummybugStudios/ExtensionEnabler
URL della Pagina di Aiuto https://github.com/DummybugStudios/ExtensionEnabler/issues
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Manager",
    "description": "Extension that manages other extensions",
    "version": "0.0.0.2",
    "action": {
        "default_popup": "popup.html",
        "default_script": "popup.js"
    },
    "permissions": [
        "management"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+L"
            }
        }
    }
}