Better Reading

Improve reading speed dramatically with this method. Excellent for people with ADHD.

Co je Better Reading?

Better Reading je rozšíření Chrome vyvinuté miguelpsdev, a jeho hlavní funkcí je „Improve reading speed dramatically with this method. Excellent for people with ADHD.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Reading

Stáhněte si soubory rozšíření Better 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í

                        Boost your reading speed, comprehension, and focus with the Better Reading Chrome extension. This innovative tool, inspired by Bionic Reading, empowers you to read up to twice as fast without sacrificing understanding.

Better Reading strategically highlights the initial letters of words in bold, enabling your brain to automatically complete the words. This method helps you swiftly scan and digest large volumes of text, making it less overwhelming.

Ideal for students, professionals, and especially beneficial for individuals with ADHD, Better Reading reduces distractions and boosts focus. This ADHD-friendly tool aids in information retention and comprehension, helping users stay on track and absorb more from their reading.                    

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

Název Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
Oficiální URL https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
Popis Improve reading speed dramatically with this method. Excellent for people with ADHD.
Velikost souboru 20.35 KB
Počet instalací 30
Aktuální Verze 0.2
Poslední Aktualizace 2023-05-23
Datum Vydání 2023-05-23
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář miguelpsdev
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Reading",
    "version": "0.2",
    "description": "Improve reading speed dramatically with this method. Excellent for people with ADHD.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}