CrOSPerf - Chrome OS Performance

CrOSPerf - Chrome OS Performance

簡易CPUモニタ Display to several useful OS-Performance info. (cog's code based CPU Monitor.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "64",
  "default_locale": "en",
  "name": "CrOSPerf - Chrome OS Performance",
  "short_name": "CrOSPerf",
  "description": "簡易CPUモニタ \n Display to several useful OS-Performance info. \n (cog's code based CPU Monitor.)",
  "version": "0.1.19",
  "offline_enabled": true,
  "icons": {
    "128": "images/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "system.cpu",
    "system.memory",
    "system.network",
    "unlimitedStorage"
  ]
}