Reader Mode Toggle Firefox

Examine source code of Reader Mode Toggle

Inspect and view changes in Reader Mode Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reader Mode Toggle",
  "version": "1.0.0",
  "description": "Bật/Tắt chế độ Đọc (Reader View) của Firefox chỉ với một cú click hoặc phím tắt.",
  "applications": {
    "gecko": {
      "id": "{0ba4f942-67c1-426c-a53a-fb5a93a0aef1}",
      "strict_min_version": "91.0"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0ba4f942-67c1-426c-a53a-fb5a93a0aef1}",
      "strict_min_version": "91.0"
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon@2x.png"
  },
  "browser_action": {
    "default_title": "Toggle Reader Mode"
  },
  "commands": {
    "toggle-reader": {
      "suggested_key": {
        "default": "Alt+R",
        "mac": "Command+Shift+R"
      },
      "description": "Toggle Reader Mode on the current tab"
    }
  }
}

Mejores alternativas Reader Mode Toggle

Aquí hay algunas Firefox add-ons que son similares a Reader Mode Toggle: