Basic Font Readability

Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.

¿Qué es Basic Font Readability?

Basic Font Readability es una extensión de Chrome desarrollada por https://emdixonroche.com, y su función principal es "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Basic Font Readability

Descarga archivos de extensión Basic Font Readability 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

                        Are you ever on website with really small text in a really hard to read font? 
But you can zoom in so no problem right? 
But.. now you've zoomed in you can see the menu or the general website layout BECAUSE you zoomed in?

With this extension you don't have to lose the layout of the website AND you can make it all an easy to read font. 

Make all text:
1. Bigger OR Smaller
2. Sans Serif or Serif (basically Arial vs Times New Roman).                    

Información Básica de la Extensión

Nombre Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
URL Oficial https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Descripción Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
Tamaño del Archivo 162 KB
Cantidad de Instalaciones 28
Versión Actual 0.4
Última Actualización 2020-03-20
Fecha de Publicación 2020-03-18
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador https://emdixonroche.com
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": 2,
    "name": "Basic Font Readability",
    "version": "0.4",
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "description": "Make text on any website bigger\/smaller or sans-serif\/serif without changing the website's layout.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}