Quick Extension Manager

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

Wat is Quick Extension Manager?

Quick Extension Manager is een Chrome-extensie ontwikkeld door Chris Dermody, en de belangrijkste functie is "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".

Download het CRX-bestand van de extensie Quick Extension Manager

Download Quick Extension Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quick Extension Manager Quick Extension Manager
ID clgnjooadgjehcfgiboagghflodbeidf
Officiële URL https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf
Beschrijving A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Bestandsgrootte 442 KB
Aantal Installaties 135
Huidige Versie 0.1.6
Laatst Bijgewerkt 2015-04-11
Publicatiedatum 2015-04-11
Beoordeling 2.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Chris Dermody
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}