Screen and Pixel Ruler Firefox

Examine source code of Screen and Pixel Ruler

Inspect and view changes in Screen and Pixel Ruler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Screen and Pixel Ruler",
  "version": "1.1",
  "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "pixel-ruler": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "Screen and Pixel Ruler"
    }
  },
  "browser_action": {
    "default_title": "Screen and Pixel Ruler",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4f26a3a-914d-49d7-8553-7df571cd7315}",
      "strict_min_version": "132.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Screen and Pixel Ruler Alternatives

Here are some Firefox add-ons that are similar to Screen and Pixel Ruler: