JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Wat is JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize is een Chrome-extensie ontwikkeld door gabriel.delepine, en de belangrijkste functie is "Display the usedJSHeapSize of the current tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JS RAM memory consumption : usedJSHeapSize

Download JS RAM memory consumption : usedJSHeapSize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Officiële URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Beschrijving Display the usedJSHeapSize of the current tab
Bestandsgrootte 176 KB
Aantal Installaties 510
Huidige Versie 0.1.3
Laatst Bijgewerkt 2016-11-14
Publicatiedatum 2016-11-14
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar gabriel.delepine
Betalingswijze free
Extensiewebsite https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
Help Pagina-URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Ondersteunde Talen 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
}