Better Reading

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

Was ist Better Reading?

Better Reading ist eine Chrome-Erweiterung, die von miguelpsdev entwickelt wurde, und ihr Hauptmerkmal ist "Improve reading speed dramatically with this method. Excellent for people with ADHD.".

Erweiterungsscreenshots

screenshot

Better Reading-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better Reading-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
Offizielle URL https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
Beschreibung Improve reading speed dramatically with this method. Excellent for people with ADHD.
Dateigröße 20.35 KB
Installationsanzahl 30
Aktuelle Version 0.2
Letztes Update 2023-05-23
Veröffentlichungsdatum 2023-05-23
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler miguelpsdev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}