Process Monitor

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

Cos'è Process Monitor?

Process Monitor è un'estensione di Chrome sviluppata da svengau, e la sua funzione principale è "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Process Monitor

Scarica i file di estensione Process Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Process Monitor Process Monitor
ID cjmlfpljepbkbepnpddjnckeihpanold
URL Ufficiale https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold
Descrizione Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Dimensione del File 62.45 KB
Conteggio Installazioni 292
Versione Corrente 0.0.3
Ultimo Aggiornamento 2018-03-05
Data di Pubblicazione 2018-03-05
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore svengau
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/svengau/chrome-process-monitor
Lingue Supportate 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"
    ]
}