Bionic Reader - ADHD Aid For Reading

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

Co je Bionic Reader - ADHD Aid For Reading?

Bionic Reader - ADHD Aid For Reading je rozšíření Chrome vyvinuté kameikristen, a jeho hlavní funkcí je „A Chrome extension that makes text on web pages easier to read using bionic reading techniques.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bionic Reader - ADHD Aid For Reading

Stáhněte si soubory rozšíření Bionic Reader - ADHD Aid For Reading ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
Oficiální URL https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
Popis A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
Velikost souboru 8.76 KB
Počet instalací 65
Aktuální Verze 2.0
Poslední Aktualizace 2024-01-24
Datum Vydání 2023-04-21
Vývojář kameikristen
E-mail aaryan.kushwah@outlook.com
Typ Platby free
Podporované Jazyky 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"
    ]
}