Process Monitor
Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Apa itu Process Monitor?
Process Monitor adalah ekstensi Chrome yang dikembangkan oleh svengau, dan fitur utamanya adalah "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Process Monitor
Unduh file ekstensi Process Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Process Monitor |
ID | cjmlfpljepbkbepnpddjnckeihpanold |
URL Resmi | https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold |
Deskripsi | Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY) |
Ukuran File | 62.45 KB |
Jumlah Instalasi | 292 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2018-03-05 |
Tanggal Publikasi | 2018-03-05 |
Penilaian | 3.20/5 Total 5 Penilaian |
Pengembang | svengau |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/svengau/chrome-process-monitor |
Bahasa yang Didukung | 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" ] } |