Extensions Manager
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Qu'est-ce que Extensions Manager ?
Extensions Manager est une extension Chrome développée par rotagi37, et sa fonction principale est "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extensions Manager
Téléchargez les fichiers d'extension Extensions 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
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them * easily search in your extensions list. * see extension you didn't know you have installed. Note: too many running extension takes up memory and resources from your computer for no reason. using this extension you can disable all unnecessary extensions and only enable them when needed.
Informations de Base sur l'Extension
Nom | Extensions Manager |
ID | kllcckbicipekmojkcopeameajngoomf |
URL Officiel | https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf |
Description | This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them |
Taille du Fichier | 60.1 KB |
Nombre d'Installations | 11,840 |
Version Actuelle | 1.0.4.1 |
Dernière Mise à Jour | 2022-08-22 |
Date de Publication | 2019-09-13 |
Évaluation | 4.14/5 Total 28 Évaluations |
Développeur | rotagi37 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Manager", "manifest_version": 3, "version": "1.0.4.1", "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them", "permissions": [ "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "Extensions Manager", "default_popup": "popup.html" } } |