Process Monitor

Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)

Process Monitor là gì?

Process Monitor là một tiện ích mở rộng Chrome được phát triển bởi svengau, và tính năng chính của nó là "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)".

Ả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 Process Monitor

Tải xuống các tệp mở rộng Process Monitor 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

                        Quickly access the list of tabs with related memory information, like private memory, javascript memory allocated and used. This plugins is a kind of a shortcut to the Chrome Task Manager.

Important note: this plugin uses a Chrome experimental feature to list all processes, and thus is only available with the Chrome dev release.

Chrome dev release could be downloaded and installed here: https://www.chromium.org/getting-involved/dev-channel                    

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

Tên Process Monitor Process Monitor
ID cjmlfpljepbkbepnpddjnckeihpanold
URL Chính Thức https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold
Mô tả Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Kích Thước Tệp 62.45 KB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-03-05
Ngày Phát Hành 2018-03-05
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển svengau
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/svengau/chrome-process-monitor
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Process Monitor",
    "short_name": "Process Monitor",
    "description": "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)",
    "version": "0.0.3",
    "icons": {
        "64": "assets\/icon-128.png",
        "128": "assets\/icon-256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-128.png",
        "default_title": "Process Monitor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "processes"
    ]
}