Simple Highlighter Firefox

Examine source code of Simple Highlighter

By: yaagame
Inspect and view changes in Simple Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Highlighter",
  "version": "3.0",
  "description": "A sleek text highlighter with modern design",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-highlighter@yourdomain.com"
    }
  }
}

Best Simple Highlighter Alternatives

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