JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

JS RAM memory consumption : usedJSHeapSize là gì?

JS RAM memory consumption : usedJSHeapSize là một tiện ích mở rộng Chrome được phát triển bởi gabriel.delepine, và tính năng chính của nó là "Display the usedJSHeapSize of the current tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JS RAM memory consumption : usedJSHeapSize

Tải xuống các tệp mở rộng JS RAM memory consumption : usedJSHeapSize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
URL Chính Thức https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Mô tả Display the usedJSHeapSize of the current tab
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 510
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2016-11-14
Ngày Phát Hành 2016-11-14
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển gabriel.delepine
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL Trang Trợ Giúp https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Ngôn Ngữ Được Hỗ Trợ 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
}