Readability Toggle Firefox

Examine source code of Readability Toggle

Inspect and view changes in Readability Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Readability Toggle",
  "version": "1.0.1",
  "description": "Toggle a lightweight readability mode for the current page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "readability-toggle@example.com",
      "strict_min_version": "78.0"
    }
  },
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  }
}

Mejores alternativas Readability Toggle

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