Process Monitor

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

Wat is Process Monitor?

Process Monitor is een Chrome-extensie ontwikkeld door svengau, en de belangrijkste functie is "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Process Monitor

Download Process Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Process Monitor Process Monitor
ID cjmlfpljepbkbepnpddjnckeihpanold
Officiële URL https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold
Beschrijving Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Bestandsgrootte 62.45 KB
Aantal Installaties 292
Huidige Versie 0.0.3
Laatst Bijgewerkt 2018-03-05
Publicatiedatum 2018-03-05
Beoordeling 3.20/5 Totaal 5 Beoordelingen
Ontwikkelaar svengau
Betalingswijze free
Extensiewebsite https://github.com/svengau/chrome-process-monitor
Ondersteunde Talen 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"
    ]
}