Process Monitor
Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
什麼是Process Monitor?
Process Monitor是由svengau開發的Chrome擴展程式,該擴展的主要功能是“Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)”。
擴展截圖
下載Process Monitor擴展crx文件
下載Process Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Process Monitor |
ID | cjmlfpljepbkbepnpddjnckeihpanold |
官方網址 | https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold |
簡介 | Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY) |
檔案大小 | 62.45 KB |
安裝次數 | 292 |
目前版本 | 0.0.3 |
更新時間 | 2018-03-05 |
上架時間 | 2018-03-05 |
評分 | 3.20/5 共 5 次評分 |
開發者 | svengau |
付費類型 | free |
擴展官網 | https://github.com/svengau/chrome-process-monitor |
支援的語言 | 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" ] } |