Make text easier to read :)

Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.

¿Qué es Make text easier to read :)?

Make text easier to read :) es una extensión de Chrome desarrollada por gabe10777, y su función principal es "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Make text easier to read :)

Descarga archivos de extensión Make text easier to read :) 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

                        If you're at a screen all day like some of us, you'll know text and fonts are adapting.

This extension gives you two toggleable per-website options:

- Lowercasify
Force all text on the page to be lowercase.

- Boldify
Bold the first half of every word on the page, inspired by Bionic Reading. 

This extension does not collect any of your information. It does not contact any third party services.                    

Información Básica de la Extensión

Nombre Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
URL Oficial https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
Descripción Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
Tamaño del Archivo 32.96 KB
Cantidad de Instalaciones 399
Versión Actual 1.0
Última Actualización 2023-01-03
Fecha de Publicación 2023-01-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador gabe10777
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Make text easier to read :)",
    "description": "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.",
    "version": "1.0",
    "action": {
        "default_icon": "images\/angy_3_128x128.jpg",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/angy_1_16x16.jpg",
        "32": "images\/angy_3_128x128.jpg",
        "64": "images\/angy_2_64x64.jpg",
        "128": "images\/angy_3_128x128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}