Online Page Ruler

Online Page Ruler

A Online Ruler which can snap around web elements for easier measurement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icon.png",
    "default_title": "Online Page Ruler"
  },
  "author": "yash",
  "background": {
    "service_worker": "./background.js"
  },
  "commands": {
    "_execute_action": {
      "description": "Toggle Ruler",
      "suggested_key": {
        "default": "Alt+Z",
        "linux": "Alt+Z",
        "mac": "Alt+Z",
        "windows": "Alt+Z"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_pluginDesc__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "Online Page Ruler",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.3.9",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "css.css"
      ]
    }
  ]
}