Word Highlighter Firefox

Examine source code of Word Highlighter

Inspect and view changes in Word Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Highlighter",
  "version": "1.0.0",
  "description": "Highlight selected words on a webpage.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "wordhighlighter-02dda26314a5@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Word Highlighter Alternatives

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