JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Cos'è JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize è un'estensione di Chrome sviluppata da gabriel.delepine, e la sua funzione principale è "Display the usedJSHeapSize of the current tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JS RAM memory consumption : usedJSHeapSize

Scarica i file di estensione JS RAM memory consumption : usedJSHeapSize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
URL Ufficiale https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Descrizione Display the usedJSHeapSize of the current tab
Dimensione del File 176 KB
Conteggio Installazioni 510
Versione Corrente 0.1.3
Ultimo Aggiornamento 2016-11-14
Data di Pubblicazione 2016-11-14
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore gabriel.delepine
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL della Pagina di Aiuto https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Lingue Supportate 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
}