Quick Extension Manager

A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off

Qu'est-ce que Quick Extension Manager ?

Quick Extension Manager est une extension Chrome développée par Chris Dermody, et sa fonction principale est "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".

Télécharger le fichier CRX de l'extension Quick Extension Manager

Téléchargez les fichiers d'extension Quick 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

                        Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. 

The extension lists all of your installed extensions in a 2-column layout with their images.

There is also a handy search box you can use to quickly find the extension you need to turn on or off.                    

Informations de Base sur l'Extension

Nom Quick Extension Manager Quick Extension Manager
ID clgnjooadgjehcfgiboagghflodbeidf
URL Officiel https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf
Description A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Taille du Fichier 442 KB
Nombre d'Installations 135
Version Actuelle 0.1.6
Dernière Mise à Jour 2015-04-11
Date de Publication 2015-04-11
Évaluation 2.33/5 Total 6 Évaluations
Développeur Chris Dermody
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Extension Manager",
    "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off",
    "version": "0.1.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "app.png",
        "default_popup": "popup.html"
    },
    "short_name": "Extension Manager"
}