SwiftRead  extract articles Firefox

Examine source code of SwiftRead extract articles

Inspect and view changes in SwiftRead extract articles source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SwiftRead",
  "version": "1.0.0",
  "description": "Quick reader: extract article, show compact summary, adjustable reading speed, and optional text-to-speech using the browser's SpeechSynthesis.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "SwiftRead",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/swiftread.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "content_styles/swiftread.css"
  ],
  "applications": {
    "gecko": {
      "id": "swiftread@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best SwiftRead extract articles Alternatives

Here are some Firefox add-ons that are similar to SwiftRead extract articles: