1-Click Extension Manager

Manage Chrome extension at the tip of your finger, with just 1-click.

Cos'è 1-Click Extension Manager?

1-Click Extension Manager è un'estensione di Chrome sviluppata da milan.chheda, e la sua funzione principale è "Manage Chrome extension at the tip of your finger, with just 1-click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 1-Click Extension Manager

Scarica i file di estensione 1-Click 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

                        A simple menu to enable, disable and access options of extensions in 1-click.

Features included:
- Enable/disable an extension in 1-click
- Access options of an extension in 1-click
- Uninstall an extension in 1-click
- A handy search box that you can use to quickly find the extension you need to turn on or off. 
- No Ads
- Simple, fast, and no background scripts
- Keep your browser fast by disabling extensions that you won't use right away with just 1-click.

For bugs, feedback, and suggestions, write to [email protected]                    

Informazioni di Base sull'Estensione

Nome 1-Click Extension Manager 1-Click Extension Manager
ID ohajmcdpjokbdoihfhkpbmlmknejmoec
URL Ufficiale https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec
Descrizione Manage Chrome extension at the tip of your finger, with just 1-click.
Dimensione del File 41.46 KB
Conteggio Installazioni 2,431
Versione Corrente 1.0
Ultimo Aggiornamento 2016-06-18
Data di Pubblicazione 2016-06-17
Valutazione 3.56/5 Totale 25 Valutazioni
Sviluppatore milan.chheda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Click Extension Manager",
    "description": "Manage Chrome extension at the tip of your finger, with just 1-click.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}