JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Co je JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize je rozšíření Chrome vyvinuté gabriel.delepine, a jeho hlavní funkcí je „Display the usedJSHeapSize of the current tab“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JS RAM memory consumption : usedJSHeapSize

Stáhněte si soubory rozšíření JS RAM memory consumption : usedJSHeapSize 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í

                        Display the memory consumption of the JS head size of the current tab.

Optional : start Chrome with --enable-precise-memory-info, otherwise the results from performance.memory are bucketed and less useful.                    

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

Název JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Oficiální URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Popis Display the usedJSHeapSize of the current tab
Velikost souboru 176 KB
Počet instalací 510
Aktuální Verze 0.1.3
Poslední Aktualizace 2016-11-14
Datum Vydání 2016-11-14
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář gabriel.delepine
Typ Platby free
Webové stránky Rozšíření https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL Stránky Nápovědy https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS RAM memory consumption : usedJSHeapSize",
    "description": "Display the usedJSHeapSize of the current tab",
    "version": "0.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/default.png",
        "name": "Click to output info in console"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2
}