Graph Process
当前页面进程CPU和内存可视化监控
What is Graph Process?
Graph Process is a Chrome extension developed by hfz410964963, and its main feature is "当前页面进程CPU和内存可视化监控".
Extension Screenshots
Download Graph Process Extension CRX File
Download Graph Process extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
当前页面进程CPU和内存可视化监控。 主要功能是对当前标签页点击插件图标,会开始对当前的标签页也就是页面的CPU和内存进行监控,并生成对应的变化折线图和平均值和表格,平均值如果超过一定范围会有颜色变化。 (注意:由于使用了谷歌浏览器的实验特性,因此插件需要运行在谷歌浏览器开发者版,可以在这里下载谷歌浏览器开发者版 https://www.google.com/intl/zh-CN/chrome/dev/
Extension Basic Information
Name | Graph Process |
ID | gbinchaafafhenoibdeblkooihlobnjj |
Official URL | https://chromewebstore.google.com/detail/graph-process/gbinchaafafhenoibdeblkooihlobnjj |
Description | 当前页面进程CPU和内存可视化监控 |
File Size | 528 KB |
Installation Count | 573 |
Current Version | 1.0 |
Last Updated | 2019-12-14 |
Publish Date | 2019-12-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | hfz410964963 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Graph Process", "name": "Graph Process", "manifest_version": 2, "description": "\u5f53\u524d\u9875\u9762\u8fdb\u7a0bCPU\u548c\u5185\u5b58\u53ef\u89c6\u5316\u76d1\u63a7", "icons": { "64": "assets\/icon-64.png", "128": "assets\/icon-128.png" }, "browser_action": { "default_icon": "assets\/icon-128.png", "default_popup": "index.html", "default_title": "\u5f53\u524d\u9875\u9762\u8fdb\u7a0bCPU\u548c\u5185\u5b58\u53ef\u89c6\u5316\u76d1\u63a7" }, "version": "1.0", "permissions": [ "processes" ] } |