Easy Bold Reader

Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!

¿Qué es Easy Bold Reader?

Easy Bold Reader es una extensión de Chrome desarrollada por owenkleinmaier, y su función principal es "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Easy Bold Reader

Descarga archivos de extensión Easy Bold Reader 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

                        The Easy Bold Reader extension is designed to enhance the readability and accessibility of online content such as articles using the Easy Bold method. This method involves bolding the first half of words which has been scientifically proven to help the brain both read faster and comprehend better. This extension works on almost every website.

This extension is helpful for people that have trouble reading articles or large paragraphs in general, and can even help some people who struggle with reading due to ADHD.

All the user needs to do is toggle the "Enable" switch in the extension popup and refresh the page to enjoy the benefits of Easy Bold.

*Expansion to work on PDF's is in the works.*                    

Información Básica de la Extensión

Nombre Easy Bold Reader Easy Bold Reader
ID oakpjlnlggmfdmdllhpdnbekgikjjaaj
URL Oficial https://chromewebstore.google.com/detail/easy-bold-reader/oakpjlnlggmfdmdllhpdnbekgikjjaaj
Descripción Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!
Tamaño del Archivo 20.13 KB
Cantidad de Instalaciones 102
Versión Actual 0.5
Última Actualización 2023-10-26
Fecha de Publicación 2023-10-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador owenkleinmaier
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": "Easy Bold Reader",
    "description": "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!",
    "version": "0.5",
    "icons": {
        "16": "16-icon.png",
        "32": "32-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}