Reading Width Toggle Firefox

Examine source code of Reading Width Toggle

Inspect and view changes in Reading Width Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Width Toggle",
  "version": "1.0",
  "description": "Toggle a comfortable max-width for long articles to improve readability.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Toggle reading width"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "readingwidthtoggle-001@youraddons",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect, store, or transmit any user data."
      }
    }
  },
  "data_collection_permissions": {
    "collects_data": false,
    "description": "This extension does not collect, store, or transmit any user data."
  }
}

Mejores alternativas Reading Width Toggle

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