Screen Ruler Tool Firefox

Examine source code of Screen Ruler Tool

Inspect and view changes in Screen Ruler Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Screen Ruler Tool",
  "version": "1.0",
  "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 Ruler Tool"
    }
  },
  "browser_action": {
    "default_title": "Screen Ruler Tool",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{86f2bcda-849b-48d6-ae73-274eca9fbf97}",
      "strict_min_version": "132.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Screen Ruler Tool Alternatives

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