JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Vad är JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize är en Chrome-tillägg utvecklad av gabriel.delepine, och dess huvudfunktion är "Display the usedJSHeapSize of the current tab".

Tilläggsskärmbilder

screenshot

Ladda ner JS RAM memory consumption : usedJSHeapSize-förlängningens CRX-fil

Ladda ner JS RAM memory consumption : usedJSHeapSize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Officiell webbadress https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Beskrivning Display the usedJSHeapSize of the current tab
Filstorlek 176 KB
Antal Installationer 510
Aktuell Version 0.1.3
Senast Uppdaterad 2016-11-14
Publiceringsdatum 2016-11-14
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare gabriel.delepine
Betalningssätt free
Tilläggswebbplats https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
Hjälpsida URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Stödda Språk 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
}