Better Reading

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

¿Qué es Better Reading?

Better Reading es una extensión de Chrome desarrollada por miguelpsdev, y su función principal es "Improve reading speed dramatically with this method. Excellent for people with ADHD.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Better Reading

Descarga archivos de extensión Better Reading en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
URL Oficial https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
Descripción Improve reading speed dramatically with this method. Excellent for people with ADHD.
Tamaño del Archivo 20.35 KB
Cantidad de Instalaciones 30
Versión Actual 0.2
Última Actualización 2023-05-23
Fecha de Publicación 2023-05-23
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador miguelpsdev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}