1-Click Extension Manager
Manage Chrome extension at the tip of your finger, with just 1-click.
Qu'est-ce que 1-Click Extension Manager ?
1-Click Extension Manager est une extension Chrome développée par milan.chheda, et sa fonction principale est "Manage Chrome extension at the tip of your finger, with just 1-click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 1-Click Extension Manager
Téléchargez les fichiers d'extension 1-Click 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 simple menu to enable, disable and access options of extensions in 1-click. Features included: - Enable/disable an extension in 1-click - Access options of an extension in 1-click - Uninstall an extension in 1-click - A handy search box that you can use to quickly find the extension you need to turn on or off. - No Ads - Simple, fast, and no background scripts - Keep your browser fast by disabling extensions that you won't use right away with just 1-click. For bugs, feedback, and suggestions, write to [email protected]
Informations de Base sur l'Extension
Nom | 1-Click Extension Manager |
ID | ohajmcdpjokbdoihfhkpbmlmknejmoec |
URL Officiel | https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec |
Description | Manage Chrome extension at the tip of your finger, with just 1-click. |
Taille du Fichier | 41.46 KB |
Nombre d'Installations | 2,431 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-06-18 |
Date de Publication | 2016-06-17 |
Évaluation | 3.56/5 Total 25 Évaluations |
Développeur | milan.chheda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1-Click Extension Manager", "description": "Manage Chrome extension at the tip of your finger, with just 1-click.", "version": "1.0", "manifest_version": 2, "icons": { "128": "logo.png", "16": "logo.png" }, "permissions": [ "management" ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" } } |