Process Monitor
Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Was ist Process Monitor?
Process Monitor ist eine Chrome-Erweiterung, die von svengau entwickelt wurde, und ihr Hauptmerkmal ist "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)".
Erweiterungsscreenshots
Process Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Process Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjmlfpljepbkbepnpddjnckeihpanold |
| Offizielle URL | https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold |
| Beschreibung | Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY) |
| Dateigröße | 62.45 KB |
| Installationsanzahl | 292 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2018-03-05 |
| Veröffentlichungsdatum | 2018-03-05 |
| Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
| Entwickler | svengau |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/svengau/chrome-process-monitor |
| Unterstützte Sprachen | 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"
]
} | |