Extensions Button with Less Memory Usage

Opens chrome extensions tab

Co to jest Extensions Button with Less Memory Usage?

Extensions Button with Less Memory Usage to rozszerzenie Chrome opracowane przez sw, a jego główną funkcją jest „Opens chrome extensions tab”.

Pobierz plik CRX rozszerzenia Extensions Button with Less Memory Usage

Pobierz pliki rozszerzeń Extensions Button with Less Memory Usage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Extensions Button with Less Memory Usage Extensions Button with Less Memory Usage
ID aalpanbpdadhmlmngbojbbafbbclopmb
Oficjalny URL https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb
Opis Opens chrome extensions tab
Rozmiar pliku 27.36 KB
Liczba instalacji 46
Aktualna Wersja 1
Ostatnia Aktualizacja 2013-07-14
Data Publikacji 2013-07-14
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper sw
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}