Custom Chrome - Extension Manager

A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab

Cos'è Custom Chrome - Extension Manager?

Custom Chrome - Extension Manager è un'estensione di Chrome sviluppata da Ciaran & Chris, e la sua funzione principale è "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Custom Chrome - Extension Manager

Scarica i file di estensione Custom Chrome - 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 beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.

Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc.                    

Informazioni di Base sull'Estensione

Nome Custom Chrome - Extension Manager Custom Chrome - Extension Manager
ID balnpimdnhfiodmodckhkgneejophhhm
URL Ufficiale https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm
Descrizione A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Dimensione del File 2.17 MB
Conteggio Installazioni 30,000
Versione Corrente 1.45
Ultimo Aggiornamento 2020-02-21
Data di Pubblicazione 2020-02-21
Valutazione 4.47/5 Totale 180 Valutazioni
Sviluppatore Ciaran & Chris
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Chrome - Extension Manager",
    "author": "Ciaran & Chris",
    "description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
    "version": "1.45",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "images\/googleCog16.png",
        "48": "images\/googleCog48.png",
        "128": "images\/googleCog128.png"
    },
    "browser_action": {
        "default_icon": "images\/googleCog128.png",
        "default_popup": "popup.html"
    },
    "short_name": "Custom Chrome"
}