Text Highlighter 1 Firefox

Examine source code of Text Highlighter 1

Inspect and view changes in Text Highlighter 1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Highlighter",
  "version": "1.0",
  "description": "Highlight text on webpages with different colors",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Highlighter"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cc06bef4-4c83-4095-850f-62bf4b7fa375}"
    }
  }
}

Best Text Highlighter 1 Alternatives

Here are some Firefox add-ons that are similar to Text Highlighter 1: