Extensions Button with Less Memory Usage
Opens chrome extensions tab
Cos'è Extensions Button with Less Memory Usage?
Extensions Button with Less Memory Usage è un'estensione di Chrome sviluppata da sw, e la sua funzione principale è "Opens chrome extensions tab".
Scarica il file CRX dell'estensione Extensions Button with Less Memory Usage
Scarica i file di estensione Extensions Button with Less Memory Usage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | aalpanbpdadhmlmngbojbbafbbclopmb |
| URL Ufficiale | https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb |
| Descrizione | Opens chrome extensions tab |
| Dimensione del File | 27.36 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 1 |
| Ultimo Aggiornamento | 2013-07-14 |
| Data di Pubblicazione | 2013-07-14 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | sw |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |