Minimal Reader Mode12 Firefox

Examine source code of Minimal Reader Mode12

By: Nohodo
Inspect and view changes in Minimal Reader Mode12 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": "Chuyển trang web sang chế độ đọc siêu tối giản chỉ với 1 cú nhấn.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Toggle Minimal Reader Mode"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b1b65371-1563-4b42-b0c4-5d12d5d2a9bf}"
    }
  }
}

Best Minimal Reader Mode12 Alternatives

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