Graph Process

Graph Process

当前页面进程CPU和内存可视化监控

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Graph Process",
  "name": "Graph Process",
  "manifest_version": 2,
  "description": "当前页面进程CPU和内存可视化监控",
  "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": "当前页面进程CPU和内存可视化监控"
  },
  "version": "1.0",
  "permissions": [
    "processes"
  ]
}