Custom Chrome - Extension Manager

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

Qu'est-ce que Custom Chrome - Extension Manager ?

Custom Chrome - Extension Manager est une extension Chrome développée par Ciaran & Chris, et sa fonction principale est "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Custom Chrome - Extension Manager

Téléchargez les fichiers d'extension Custom Chrome - Extension Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Custom Chrome - Extension Manager Custom Chrome - Extension Manager
ID balnpimdnhfiodmodckhkgneejophhhm
URL Officiel https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm
Description A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Taille du Fichier 2.17 MB
Nombre d'Installations 30,000
Version Actuelle 1.45
Dernière Mise à Jour 2020-02-21
Date de Publication 2020-02-21
Évaluation 4.47/5 Total 180 Évaluations
Développeur Ciaran & Chris
Type de Paiement free
Langues Prises en Charge 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"
}