Boldify

Automatically makes the first half of every word on a page bold.

¿Qué es Boldify?

Boldify es una extensión de Chrome desarrollada por sssillah1, y su función principal es "Automatically makes the first half of every word on a page bold.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Boldify

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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

Información Básica de la Extensión

Nombre Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
URL Oficial https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Descripción Automatically makes the first half of every word on a page bold.
Tamaño del Archivo 33.54 KB
Cantidad de Instalaciones 120
Versión Actual 1.0.0.1
Última Actualización 2023-05-19
Fecha de Publicación 2023-05-19
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador sssillah1
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": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}