HTML Search Firefox

Examine source code of HTML Search

Inspect and view changes in HTML Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "HTML Search",
  "description": "Highlight, focus, select, and scroll through HTML elements by CSS selector",
  "browser_specific_settings": {
    "gecko": {
      "id": "htmlSearch@cubeleco"
    }
  },
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon.svg"
  },
  "options_ui": {
    "page": "pages/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "defaults.js",
        "search.js"
      ],
      "css": [
        "search.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ]
}

Best HTML Search Alternatives

Here are some Firefox add-ons that are similar to HTML Search: