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)”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |