Word Counter Focus Firefox

Examine source code of Word Counter Focus

By: samale
Inspect and view changes in Word Counter Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Counter Focus",
  "version": "1.0",
  "description": "Tự động đếm số từ bạn đã đọc dựa trên tab đang focus và thời gian trên trang.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Word Counter Focus",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f6928c2-6bfe-4ab2-a42f-21212abf50fa}"
    }
  }
}

Best Word Counter Focus Alternatives

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