JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Apa itu JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize adalah ekstensi Chrome yang dikembangkan oleh gabriel.delepine, dan fitur utamanya adalah "Display the usedJSHeapSize of the current tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JS RAM memory consumption : usedJSHeapSize

Unduh file ekstensi JS RAM memory consumption : usedJSHeapSize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
URL Resmi https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Deskripsi Display the usedJSHeapSize of the current tab
Ukuran File 176 KB
Jumlah Instalasi 510
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2016-11-14
Tanggal Publikasi 2016-11-14
Penilaian 4.29/5 Total 7 Penilaian
Pengembang gabriel.delepine
Tipe Pembayaran free
Situs Ekstensi https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL Halaman Bantuan https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Bahasa yang Didukung 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
}