JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Was ist JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize ist eine Chrome-Erweiterung, die von gabriel.delepine entwickelt wurde, und ihr Hauptmerkmal ist "Display the usedJSHeapSize of the current tab".

Erweiterungsscreenshots

screenshot

JS RAM memory consumption : usedJSHeapSize-Erweiterungs-CRX-Datei herunterladen

Laden Sie JS RAM memory consumption : usedJSHeapSize-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Offizielle URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Beschreibung Display the usedJSHeapSize of the current tab
Dateigröße 176 KB
Installationsanzahl 510
Aktuelle Version 0.1.3
Letztes Update 2016-11-14
Veröffentlichungsdatum 2016-11-14
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler gabriel.delepine
Zahlungsart free
Erweiterungswebsite https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
Hilfeseite URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Unterstützte Sprachen 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
}