Reading Time Firefox

Examine source code of Reading Time

제작자: Richard Mills
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}"
    }
  }
}

최고의 Reading Time 대안

다음은 Reading Time과(와) 유사한 Firefox add-on입니다: