JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Hvad er JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize er en Chrome-udvidelse udviklet af gabriel.delepine, og dens hovedfunktion er "Display the usedJSHeapSize of the current tab".

Udvidelsesskærmbilleder

screenshot

Download JS RAM memory consumption : usedJSHeapSize-udvidelses-CRX-fil

Download JS RAM memory consumption : usedJSHeapSize-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Officiel URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Beskrivelse Display the usedJSHeapSize of the current tab
Filstørrelse 176 KB
Antal Installationer 510
Nuværende Version 0.1.3
Senest Opdateret 2016-11-14
Udgivelsesdato 2016-11-14
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler gabriel.delepine
Betalingsmetode free
Udvidelseswebsted https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
Hjælpeside-URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Understøttede Sprog 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
}