Text Stats - Word & Character Counter Firefox

Examine source code of Text Stats - Word & Character Counter

By: KUBET
Inspect and view changes in Text Stats - Word & Character Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Stats - Word & Character Counter",
  "version": "1.0",
  "description": "Hiển thị số từ và ký tự của đoạn văn bản được chọn.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "text-stats@example.com"
    }
  }
}

Best Text Stats - Word & Character Counter Alternatives

Here are some Firefox add-ons that are similar to Text Stats - Word & Character Counter: