Page Reading Time Estimator Firefox

Examine source code of Page Reading Time Estimator

By: Todacu
Inspect and view changes in Page Reading Time Estimator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Time Estimator",
  "version": "1.0.0",
  "description": "Simple add-on to display the reading time for any given page",
  "author": "Tom",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reading-time@todacu.cloud",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg",
    "default_badge_background_color": "#4a90e2"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ],
    "persistent": false
  }
}

Best Page Reading Time Estimator Alternatives

Here are some Firefox add-ons that are similar to Page Reading Time Estimator: