Minimal Reader Mode Firefox

Examine source code of Minimal Reader Mode

By: nguyen
Inspect and view changes in Minimal Reader Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Minimal Reader Mode",
  "version": "1.0",
  "description": "Tối giản trang web để đọc như ebook: chỉ tiêu đề, nội dung và ảnh chính.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b7371ff-637c-42ed-9920-0fe00891d3bf}"
    }
  }
}

Best Minimal Reader Mode Alternatives

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