Page Element Highlighter Firefox

Examine source code of Page Element Highlighter

By: phspin
Inspect and view changes in Page Element Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Element Highlighter",
  "version": "1.0",
  "description": "Highlights page elements when clicked.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Page Element Highlighter"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6cfa6906-9a54-41ab-b440-d7024f73a88a}"
    }
  }
}

Best Page Element Highlighter Alternatives

Here are some Firefox add-ons that are similar to Page Element Highlighter: