Comic Sanser

Put the websites you hate in the font they deserve.

¿Qué es Comic Sanser?

Comic Sanser es una extensión de Chrome desarrollada por Ruben Verborgh, y su función principal es "Put the websites you hate in the font they deserve.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Comic Sanser

Descarga archivos de extensión Comic Sanser 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 tired of certain websites that don't live up to your standards?
This extension makes your life better by changing their font to Comic Sans MS.

Align their design in perfect harmony with their quality.
This leads to lower expectations on your side, and thus less frustration.

This extension is a must-have: fast and easy.
You choose the domains on which you want Comic Sans, the extension does the rest.                    

Información Básica de la Extensión

Nombre Comic Sanser Comic Sanser
ID ahokdggfbemkkonaepgbegglbfnnlcok
URL Oficial https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok
Descripción Put the websites you hate in the font they deserve.
Tamaño del Archivo 6.51 KB
Cantidad de Instalaciones 21
Versión Actual 1.0.1
Última Actualización 2014-09-17
Fecha de Publicación 2014-09-17
Desarrollador Ruben Verborgh
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sanser",
    "description": "Put the websites you hate in the font they deserve.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "comicsanser.js"
            ]
        }
    ],
    "options_page": "options.html"
}