Page Word Count Firefox

Examine source code of Page Word Count

By: Kienlo
Inspect and view changes in Page Word Count source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Page Word Count",
  "version": "1.0",
  "description": "Shows a simple word count for the current page.",
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite"
  ],
  "action": {
    "default_title": "Word Count",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ext-word-count@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect or transmit user data."
      }
    }
  }
}

Best Page Word Count Alternatives

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