JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Co to jest JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize to rozszerzenie Chrome opracowane przez gabriel.delepine, a jego główną funkcją jest „Display the usedJSHeapSize of the current tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia JS RAM memory consumption : usedJSHeapSize

Pobierz pliki rozszerzeń JS RAM memory consumption : usedJSHeapSize 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Oficjalny URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Opis Display the usedJSHeapSize of the current tab
Rozmiar pliku 176 KB
Liczba instalacji 510
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2016-11-14
Data Publikacji 2016-11-14
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper gabriel.delepine
Typ Płatności free
Strona Rozszerzenia https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
Adres URL Strony Pomocy https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Obsługiwane Języki 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
}