Process Monitor

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

Process Monitorとは何ですか?

Process Monitorはsvengauによって開発されたChromeの拡張機能で、その主な機能は「Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)」です。

拡張機能のスクリーンショット

screenshot

Process Monitor拡張機能のCRXファイルをダウンロード

Process Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Process Monitor Process Monitor
ID cjmlfpljepbkbepnpddjnckeihpanold
公式URL https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold
説明 Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
ファイルサイズ 62.45 KB
インストール数 292
現在のバージョン 0.0.3
最終更新日 2018-03-05
公開日 2018-03-05
評価 3.20/5 合計 5 レビュー
開発者 svengau
支払い方法 free
拡張機能のウェブサイト https://github.com/svengau/chrome-process-monitor
対応言語 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"
    ]
}