Eye Read: Reading Assistant Firefox

Examine source code of Eye Read: Reading Assistant

Inspect and view changes in Eye Read: Reading Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Eye Read: Reading Assistant",
  "description": "Read faster, improve focus. Anywhere on the internet. Simple, lightweight, just works.",
  "version": "1.1",
  "icons": {
    "128": "./images/eye-read-icon-square.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "toggle-highlighting": {
      "suggested_key": {
        "default": "Alt+Period"
      },
      "description": "Toggles Eye Read plugin"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "js": [
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "eyereadtech@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "./images/eye-read-icon-square.png"
  },
  "manifest_version": 2,
  "content_security_policy": "default-src 'self'; frame-ancestors 'none';"
}

Best Eye Read: Reading Assistant Alternatives

Here are some Firefox add-ons that are similar to Eye Read: Reading Assistant: