JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

JS RAM memory consumption : usedJSHeapSizeคืออะไร?

JS RAM memory consumption : usedJSHeapSize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabriel.delepine และคุณลักษณะหลักของมันคือ "Display the usedJSHeapSize of the current tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS RAM memory consumption : usedJSHeapSize

ดาวน์โหลดไฟล์ส่วนขยาย JS RAM memory consumption : usedJSHeapSize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
คำอธิบาย Display the usedJSHeapSize of the current tab
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 510
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2016-11-14
วันที่เผยแพร่ 2016-11-14
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา gabriel.delepine
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL หน้าช่วยเหลือ https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
ภาษาที่รองรับ 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
}