System Info

System Info

Adds a toolbar button that displays information about the device's CPU and RAM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "media/icon48.png",
    "default_popup": "popup.html"
  },
  "description": "Adds a toolbar button that displays information about the device's CPU and RAM.",
  "icons": {
    "16": "media/icon16.png",
    "48": "media/icon48.png",
    "128": "media/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9eSXm+1PjTKYj+jvX3y6O/zkA5ubpMHGAe5Gs5LxAoNsFSGYV5y0dK8GLIb+nd8Uf0+UE8+EcTXhoIRZMYHLlvppr2NR1HnRX3Yb4Febw/VAekFwC/A+HK7nSJcmYaeZOfV7Tt2v/PX6jA4k/mu7Pk7n6s9nDLQ2qBY8+iSuaGUXohAApYP+6oTxrYRgmKdZGCWuE9xRl/sFHKOtFAMHl2cbHwzbux3kIbcdGOfOME6c4it9vJgiPV67glaX3e2Y9BnebX3XHWkUAmnRMNHsTzXcEF0TE11oOQRe5r166wJOsF51x1MOLKlLZG+7Pw3HAIeUg08mWN8O/wNA4axNwIDAQAB",
  "manifest_version": 2,
  "name": "System Info",
  "permissions": [
    "system.cpu",
    "system.memory"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}