Bionic Reader - ADHD Aid For Reading

A Chrome extension that makes text on web pages easier to read using bionic reading techniques.

What is Bionic Reader - ADHD Aid For Reading?

Bionic Reader - ADHD Aid For Reading is a Chrome extension developed by kameikristen, and its main feature is "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.".

Extension Screenshots

screenshot

Download Bionic Reader - ADHD Aid For Reading Extension CRX File

Download Bionic Reader - ADHD Aid For Reading extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Reading just became easier. I'm a 15 year old developer and this extension is to aid people to read faster, clearer, and more efficiently. Give it a shot, leave me feedback and I would love to incorporate anything you suggest.                    

Extension Basic Information

Name Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
Official URL https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
Description A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
File Size 8.76 KB
Installation Count 65
Current Version 2.0
Last Updated 2024-01-24
Publish Date 2023-04-21
Developer kameikristen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader - ADHD Aid For Reading",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}