Font Changer

Find elements on the page and change their font with just few clicks.

¿Qué es Font Changer?

Font Changer es una extensión de Chrome desarrollada por Rafał Florczak, y su función principal es "Find elements on the page and change their font with just few clicks.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Font Changer

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

Información Básica de la Extensión

Nombre Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
URL Oficial https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Descripción Find elements on the page and change their font with just few clicks.
Tamaño del Archivo 182 KB
Cantidad de Instalaciones 357
Versión Actual 0.3.3
Última Actualización 2022-04-13
Fecha de Publicación 2019-03-21
Calificación 1.00/5 Total de 2 Calificaciones
Desarrollador Rafał Florczak
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/florczakraf/font-changer
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}