Comic Sans Everywhere

Changes the font of all text on web pages to Comic Sans.

¿Qué es Comic Sans Everywhere?

Comic Sans Everywhere es una extensión de Chrome desarrollada por Sumo Marketing Solutions, y su función principal es "Changes the font of all text on web pages to Comic Sans.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Comic Sans Everywhere

Descarga archivos de extensión Comic Sans Everywhere 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

                        Introducing the Comic Sans Extension - the font choice for rebels, pranksters, and those who refuse to conform to the boring norms of the design world! With this extension, you can transform any website's font into the infamous Comic Sans, bringing a playful and lighthearted vibe to your browsing experience. Get ready to add a touch of whimsy to your online adventures and watch as onlookers gasp in horror and delight at your audacious font choice!                    

Información Básica de la Extensión

Nombre Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
URL Oficial https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Descripción Changes the font of all text on web pages to Comic Sans.
Tamaño del Archivo 3.19 KB
Cantidad de Instalaciones 27
Versión Actual 1.0
Última Actualización 2023-04-03
Fecha de Publicación 2023-04-03
Desarrollador Sumo Marketing Solutions
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Everywhere",
    "version": "1.0",
    "description": "Changes the font of all text on web pages to Comic Sans.",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}