Word Counter Firefox

Examine source code of Word Counter

Inspect and view changes in Word Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Word Counter",
  "version": "1.0.1",
  "description": "Instantly count words, characters and characters without white spaces by typing or copy-pasting your text in our free extension word count tool.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "word-count.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Word Counter"
  }
}

Best Word Counter Alternatives

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