Reader Mode Firefox

Examine source code of Reader Mode

Inspect and view changes in Reader Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reader Mode",
  "version": "1.0",
  "description": "Chuyển trang web thành chế độ đọc sách, loại bỏ các yếu tố phân tâm.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5367c40e-acbe-4c68-8872-7b753f2f61d7}"
    }
  }
}

Best Reader Mode Alternatives

Here are some Firefox add-ons that are similar to Reader Mode: