Character, Letter and Word Counter Firefox

Examine source code of Character, Letter and Word Counter

Inspect and view changes in Character, Letter and Word Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_title": "Simple Letter Counter",
    "default_popup": "counter.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "description": "Add letter and word counter feature to your browser",
  "manifest_version": 3,
  "name": "Simple Letter Counter",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2639675-ea59-449c-9597-a9800513ffe8}"
    }
  },
  "version": "1.0.1"
}

Best Character, Letter and Word Counter Alternatives

Here are some Firefox add-ons that are similar to Character, Letter and Word Counter: