Smart Page Ruler

Smart Page Ruler

Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smart Page Ruler",
  "short_name": "Page Ruler",
  "version": "1.0.7",
  "icons": {
    "16": "icon-16.c4a266c3.png",
    "24": "icon-24.f054665d.png",
    "32": "icon-32.2fe204e9.png",
    "64": "icon-64.887e3c1c.png",
    "128": "icon-128.c9968f51.png",
    "256": "icon-256.bd37ec10.png",
    "512": "icon-512.429e3e59.png"
  },
  "background": {
    "service_worker": "background.3eb8d5ff.js"
  },
  "action": {
    "default_icon": "icon-128.c9968f51.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "declarativeNetRequest",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js.76463314.js"
      ],
      "css": [
        "js.925d5b4f.css"
      ]
    }
  ]
}