Bold Reading

Read faster online by making the first 3 letters of every word bold.

¿Qué es Bold Reading?

Bold Reading es una extensión de Chrome desarrollada por catander, y su función principal es "Read faster online by making the first 3 letters of every word bold.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bold Reading

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

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

Información Básica de la Extensión

Nombre Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
URL Oficial https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
Descripción Read faster online by making the first 3 letters of every word bold.
Tamaño del Archivo 24.76 KB
Cantidad de Instalaciones 1,457
Versión Actual 1.0
Última Actualización 2023-04-16
Fecha de Publicación 2023-04-16
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador catander
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": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}