SpeedRead - ADHD Bionic Reader

Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!

What is SpeedRead - ADHD Bionic Reader?

SpeedRead - ADHD Bionic Reader is a Chrome extension developed by Alundor, and its main feature is "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!".

Extension Screenshots

screenshot
screenshot

Download SpeedRead - ADHD Bionic Reader Extension CRX File

Download SpeedRead - ADHD Bionic Reader 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

                        SpeedRead - ADHD Bionic Reader is a powerful browser extension that allows you to enhance your reading experience on any website. With our innovative bionic reading technology, you can easily highlight the first half of each word on any text, making it easier to identify and understand important information.

With customizable options that allow you to exclude specific websites, SpeedRead - Word Highlighter puts you in control of your browsing experience. Our minimalist and user-friendly design ensures that you can focus on what really matters: the content.

Whether you're a student, professional, or casual reader, SpeedRead - Word Highlighter is the perfect tool to help you improve your reading speed and comprehension. Try it out today and see how it can transform the way you read!                    

Extension Basic Information

Name SpeedRead - ADHD Bionic Reader SpeedRead - ADHD Bionic Reader
ID iamogajhoidkkimhkjoonfjmneicgfmc
Official URL https://chromewebstore.google.com/detail/speedread-adhd-bionic-rea/iamogajhoidkkimhkjoonfjmneicgfmc
Description Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!
File Size 23.5 KB
Installation Count 2,221
Current Version 1.5
Last Updated 2023-12-05
Publish Date 2023-03-30
Rating 3.90/5 Total 10 Ratings
Developer Alundor
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpeedRead - ADHD Bionic Reader",
    "version": "1.5",
    "description": "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "options_page": "options.html"
}