Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Was ist Quick Extension Manager?
Quick Extension Manager ist eine Chrome-Erweiterung, die von Chris Dermody entwickelt wurde, und ihr Hauptmerkmal ist "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".
Quick Extension Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick 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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
Offizielle URL | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
Beschreibung | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
Dateigröße | 442 KB |
Installationsanzahl | 135 |
Aktuelle Version | 0.1.6 |
Letztes Update | 2015-04-11 |
Veröffentlichungsdatum | 2015-04-11 |
Bewertung | 2.33/5 Insgesamt 6 Bewertungen |
Entwickler | Chris Dermody |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |