Custom Chrome - Extension Manager

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

Was ist Custom Chrome - Extension Manager?

Custom Chrome - Extension Manager ist eine Chrome-Erweiterung, die von Ciaran & Chris entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab".

Erweiterungsscreenshots

screenshot
screenshot

Custom Chrome - Extension Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Custom Chrome - Extension Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Custom Chrome - Extension Manager Custom Chrome - Extension Manager
ID balnpimdnhfiodmodckhkgneejophhhm
Offizielle URL https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm
Beschreibung A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Dateigröße 2.17 MB
Installationsanzahl 30,000
Aktuelle Version 1.45
Letztes Update 2020-02-21
Veröffentlichungsdatum 2020-02-21
Bewertung 4.47/5 Insgesamt 180 Bewertungen
Entwickler Ciaran & Chris
Zahlungsart free
Unterstützte Sprachen 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"
}