Reader Firefox

Examine source code of Reader

提供元: Theo
Inspect and view changes in Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reader",
  "version": "1.1.1",
  "description": "Strip the page down to the article — synopsis + clean text, dark mode.",
  "browser_specific_settings": {
    "gecko": {
      "id": "reader-ejcrisler@ejcrisler.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_title": "Reader",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "reader.html",
    "reader.js",
    "reader.css",
    "extractor.js",
    "importers.js"
  ]
}

ベストのReader代替案

Readerに類似したFirefox add-onをいくつか紹介します: