Reading Stats & Progress Firefox

Examine source code of Reading Stats & Progress

Inspect and view changes in Reading Stats & Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Stats & Progress",
  "version": "1.0.0",
  "description": "Đếm từ, ước tính thời gian đọc và hiển thị thanh tiến độ cuộn trên trang.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Reading Stats & Progress",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{9fe26aa2-6b68-4214-88a1-a55c398f6ccf}"
    }
  }
}

Best Reading Stats & Progress Alternatives

Here are some Firefox add-ons that are similar to Reading Stats & Progress: