HighlightOccurrences Firefox

Examine source code of HighlightOccurrences

By: vu88
Inspect and view changes in HighlightOccurrences source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Highlight All Occurrences",
  "description": "Chọn từ và đánh dấu tất cả vị trí xuất hiện trên trang",
  "version": "1.0",
  "permissions": [
    "contextMenus",
    "<all_urls>"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{52546c68-70e8-4c31-833c-788cd3b52518}"
    }
  }
}

Best HighlightOccurrences Alternatives

Here are some Firefox add-ons that are similar to HighlightOccurrences: