Process Monitor
Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Process Monitorคืออะไร?
Process Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย svengau และคุณลักษณะหลักของมันคือ "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Process Monitor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |