Bionic Reader

Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.

¿Qué es Bionic Reader?

Bionic Reader es una extensión de Chrome desarrollada por finanamanuel1, y su función principal es "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Bionic Reader

Descarga archivos de extensión Bionic 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

                        Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.                    

Información Básica de la Extensión

Nombre Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
URL Oficial https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Descripción Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Tamaño del Archivo 10.83 KB
Cantidad de Instalaciones 43
Versión Actual 1.0
Última Actualización 2023-05-09
Fecha de Publicación 2023-05-08
Desarrollador finanamanuel1
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": "Bionic Reader",
    "version": "1.0",
    "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    }
}