Keyword Highlighter Firefox

Examine source code of Keyword Highlighter

Inspect and view changes in Keyword Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keyword Highlighter",
  "version": "3.8",
  "description": "Highlight keywords separated by commas with customization options.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a088df13-396c-4aa4-a02d-6427f949645d}"
    }
  }
}

Best Keyword Highlighter Alternatives

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