Smart Text Highlighter Firefox

Examine source code of Smart Text Highlighter

Inspect and view changes in Smart Text Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "{356ecbb3-2ec0-18b8-a230-7eb8208e3283}",
      "strict_min_version": "112.0"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/highlighter.svg",
    "default_popup": "static/popup.html",
    "default_title": "__MSG_extensionName__"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "img/highlighter.svg",
    "19": "img/highlighter.svg",
    "24": "img/highlighter.svg",
    "32": "img/highlighter.svg",
    "38": "img/highlighter.svg",
    "48": "img/highlighter.svg",
    "64": "img/highlighter.svg",
    "72": "img/highlighter.svg",
    "96": "img/highlighter.svg",
    "128": "img/highlighter.svg",
    "256": "img/highlighter.svg"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "permissions": [
    "tabs"
  ],
  "short_name": "__MSG_extensionName__",
  "version": "1.1.1resigned1"
}

Best Smart Text Highlighter Alternatives

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