Reading Aid Firefox

Examine source code of Reading Aid

Inspect and view changes in Reading Aid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Aid",
  "version": "2.1",
  "description": "Enhance your reading experience. This add-on enables browser changing the background color of some texts, change the font of some texts, change the cursor to a rectangle (that allows to pass over text and change the localized color, but keeping the mouse functions intact), add space between words and add space between lines. Although sometimes not everything works 100% (some websites have setup that doesn't allow it, or that get worse with changing), we can combine the tools to find a good strategy that might help. All this tools are strategies for people with dyslexia and ADHD. This plugin was possible thanks to Opendyslexic.org, that allows the public usage of a great font that helps people with dyslexia, thanks to ChatGPT that helped with some pieces of the code, thanks to Filipe Kane for the artwork, thanks to S. Natural (therapy center) that helped with cooperation also, and thanks to our unnamed testers (with dyslexia, ADHD, etc.), that tested and helped improve it. Many thanks to them all!",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "fonts/OpenDyslexic-Regular.otf",
    "fonts/OpenDyslexic-Italic.otf",
    "fonts/OpenDyslexic-Bold.otf"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{379311e4-8296-4067-8a5e-14b1be032138}"
    }
  }
}

Best Reading Aid Alternatives

Here are some Firefox add-ons that are similar to Reading Aid: