Word Count Highlighter Firefox

Examine source code of Word Count Highlighter

By: 98win
Inspect and view changes in Word Count Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Word Count Highlighter",
  "version": "1.0",
  "description": "Hiển thị số từ của đoạn văn bản bạn bôi đen trên bất kỳ trang web nào.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "icons/icon.png",
    "default_title": "Word Count Highlighter"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wordcounthighlighter@example.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Word Count Highlighter Alternatives

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