Accessibility Reader Helper Firefox

Examine source code of Accessibility Reader Helper

Por: Fionah Add-on
Inspect and view changes in Accessibility Reader Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Accessibility Reader Helper",
  "version": "1.0",
  "description": "Accessibility Reader Helper — enhance webpage readability with font, contrast, and spacing adjustments.",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "amy.marcia_m@outlook.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Accessibility Reader Helper",
    "default_popup": "tools/panel.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "reader.js"
      ]
    }
  ]
}

Melhores alternativas Accessibility Reader Helper

Aqui estão algumas Firefox add-ons que são similares a Accessibility Reader Helper: