Comic Sanser

Put the websites you hate in the font they deserve.

O que é Comic Sanser?

Comic Sanser é uma extensão do Chrome desenvolvida por Ruben Verborgh, e sua principal característica é "Put the websites you hate in the font they deserve.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Comic Sanser

Baixe arquivos de extensão Comic Sanser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Comic Sanser Comic Sanser
ID ahokdggfbemkkonaepgbegglbfnnlcok
URL Oficial https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok
Descrição Put the websites you hate in the font they deserve.
Tamanho do Arquivo 6.51 KB
Contagem de Instalações 21
Versão Atual 1.0.1
Última Atualização 2014-09-17
Data de Publicação 2014-09-17
Desenvolvedor Ruben Verborgh
Tipo de Pagamento free
Idiomas Suportados 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"
}