Better Reading

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

Qu'est-ce que Better Reading ?

Better Reading est une extension Chrome développée par miguelpsdev, et sa fonction principale est "Improve reading speed dramatically with this method. Excellent for people with ADHD.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better Reading

Téléchargez les fichiers d'extension Better Reading au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
URL Officiel https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
Description Improve reading speed dramatically with this method. Excellent for people with ADHD.
Taille du Fichier 20.35 KB
Nombre d'Installations 30
Version Actuelle 0.2
Dernière Mise à Jour 2023-05-23
Date de Publication 2023-05-23
Évaluation 3.00/5 Total 1 Évaluations
Développeur miguelpsdev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}