Highlight Text Firefox

Examine source code of Highlight Text

By: Red88
Inspect and view changes in Highlight Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Highlight Text",
  "version": "1.0",
  "description": "Highlight selected text on web pages.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dccbb296-8ffa-4139-a8f8-f89603a31625}"
    }
  }
}

Best Highlight Text Alternatives

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