Auto Highlight Keywords Firefox

Examine source code of Auto Highlight Keywords

Inspect and view changes in Auto Highlight Keywords source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Highlight Keywords",
  "description": "Tự động đánh dấu các từ khóa trên trang khi tải",
  "version": "1.0",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "highlight.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a6842372-dd2d-48ba-bc08-6d95ff2f5577}"
    }
  }
}

Best Auto Highlight Keywords Alternatives

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