Extensions Button with Less Memory Usage
Opens chrome extensions tab
Qu'est-ce que Extensions Button with Less Memory Usage ?
Extensions Button with Less Memory Usage est une extension Chrome développée par sw, et sa fonction principale est "Opens chrome extensions tab".
Télécharger le fichier CRX de l'extension Extensions Button with Less Memory Usage
Téléchargez les fichiers d'extension Extensions Button with Less Memory Usage 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
NOTE: This extension's function is just to open extensions page. There are many many many similar extensions uploaded here in Chrome web store. Why did I have to make yet another Extensions Button extension then? Because all the Extensions Button extensions I tested don't free their allocated memory when they're not actually doing anything. I just don't want to waste 30M bytes of memory for nothing.
Informations de Base sur l'Extension
Nom | |
ID | aalpanbpdadhmlmngbojbbafbbclopmb |
URL Officiel | https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb |
Description | Opens chrome extensions tab |
Taille du Fichier | 27.36 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2013-07-14 |
Date de Publication | 2013-07-14 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | sw |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon_19_19.png", "default_title": "Open Extensions Control Panel" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Opens chrome extensions tab", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "name": "Extensions Button with Less Memory Usage", "permissions": [ "tabs" ], "icons": { "48": "icon_48_48.png", "128": "icon_128_128.png", "32": "icon_32_32.png", "16": "icon_16_16.png" }, "manifest_version": 2, "version": "1" } |