Reading Time Firefox

Examine source code of Reading Time

Inspect and view changes in Reading Time source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Time",
  "version": "1.8",
  "description": "Displays the estimated reading time for a website in a small popup element.",
  "homepage_url": "https://github.com/scripts-richard/reading_time",
  "icons": {
    "48": "icons/reading_time-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.reddit.com/*",
        "*://*.twitter.com/*",
        "*://*.google.com/*",
        "*://*.youtube.com/*",
        "*://*.bing.com/*",
        "*://*.duckduckgo.com/*",
        "*://*.amazon.com/*"
      ],
      "js": [
        "./reading_time.js"
      ],
      "css": [
        "./reading_time.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{df990922-ed8a-439b-9c48-e2179e5d0ee2}"
    }
  }
}

Melhores alternativas Reading Time

Aqui estão algumas Firefox add-ons que são similares a Reading Time: