Extensions Button with Less Memory Usage

Opens chrome extensions tab

Co je Extensions Button with Less Memory Usage?

Extensions Button with Less Memory Usage je rozšíření Chrome vyvinuté sw, a jeho hlavní funkcí je „Opens chrome extensions tab“.

Stáhnout soubor CRX rozšíření Extensions Button with Less Memory Usage

Stáhněte si soubory rozšíření Extensions Button with Less Memory Usage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Extensions Button with Less Memory Usage Extensions Button with Less Memory Usage
ID aalpanbpdadhmlmngbojbbafbbclopmb
Oficiální URL https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb
Popis Opens chrome extensions tab
Velikost souboru 27.36 KB
Počet instalací 46
Aktuální Verze 1
Poslední Aktualizace 2013-07-14
Datum Vydání 2013-07-14
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář sw
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}