Process Monitor

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

Qu'est-ce que Process Monitor ?

Process Monitor est une extension Chrome développée par svengau, et sa fonction principale est "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Process Monitor

Téléchargez les fichiers d'extension Process Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Process Monitor Process Monitor
ID cjmlfpljepbkbepnpddjnckeihpanold
URL Officiel https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold
Description Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Taille du Fichier 62.45 KB
Nombre d'Installations 292
Version Actuelle 0.0.3
Dernière Mise à Jour 2018-03-05
Date de Publication 2018-03-05
Évaluation 3.20/5 Total 5 Évaluations
Développeur svengau
Type de Paiement free
Site Web de l'Extension https://github.com/svengau/chrome-process-monitor
Langues Prises en Charge 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"
    ]
}