Extension Manager
Extension that manages other extensions
Qu'est-ce que Extension Manager ?
Extension Manager est une extension Chrome développée par Dummybug Studios, et sa fonction principale est "Extension that manages other extensions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extension Manager
Téléchargez les fichiers d'extension 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
If you have tons of extensions but don't want to leave them all on at the same time - this extension is for you. You can use this to turn them on and off. Ctrl+L is the default keybinding to open the popup Move with arrow keys Press enter to turn toggle extensions on and off This is mostly for personal use but if you find it useful as well then great :)
Informations de Base sur l'Extension
Nom | Extension Manager |
ID | baamgahfpefickjomejmemkejkeglaek |
URL Officiel | https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek |
Description | Extension that manages other extensions |
Taille du Fichier | 38.61 KB |
Nombre d'Installations | 969 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2022-10-17 |
Date de Publication | 2018-11-18 |
Évaluation | 4.45/5 Total 11 Évaluations |
Développeur | Dummybug Studios |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/DummybugStudios/ExtensionEnabler |
URL de la Page d'Aide | https://github.com/DummybugStudios/ExtensionEnabler/issues |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extension Manager", "description": "Extension that manages other extensions", "version": "0.0.0.2", "action": { "default_popup": "popup.html", "default_script": "popup.js" }, "permissions": [ "management" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+L" } } } } |