Elements highlighter Firefox

Examine source code of Elements highlighter

Inspect and view changes in Elements highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Elements highlighter",
  "description": "Highlights items by css class prefix or attribute name",
  "version": "1.3",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_title": "Highlight elements",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "96": "images/icon96.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}

Best Elements highlighter Alternatives

Here are some Firefox add-ons that are similar to Elements highlighter: