Text Stats Viewer Firefox

Examine source code of Text Stats Viewer

By: Lucian
Inspect and view changes in Text Stats Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Stats Viewer",
  "version": "1.0",
  "description": "Analyzes text on the current webpage, counting words, characters, and sentences, with a chart and copyable results.",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "ui/viewer.html",
    "default_title": "Text Stats Viewer"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c6400a17-a635-418f-ad4e-4c955182c462}"
    }
  }
}

Best Text Stats Viewer Alternatives

Here are some Firefox add-ons that are similar to Text Stats Viewer: