Bionic Reader Firefox

Examine source code of Bionic Reader

Par : Lowdrapht
Inspect and view changes in Bionic Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bionic Reader",
  "version": "1.0",
  "description": "Converts text into bionic reading format",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_action": {
    "default_title": "Bionic Reader",
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{22ab94ed-9411-4c04-85a7-5991fd5f4a92}"
    }
  }
}

Meilleures alternatives Bionic Reader

Voici quelques Firefox add-ons qui sont similaires à Bionic Reader :