Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

O que é Comic Sansifier?

Comic Sansifier é uma extensão do Chrome desenvolvida por Alfons Nilsson (TC5550), e sua principal característica é "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Comic Sansifier

Baixe arquivos de extensão Comic Sansifier 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

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

Informações Básicas da Extensão

Nome Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
URL Oficial https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
Descrição This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
Tamanho do Arquivo 8.9 KB
Contagem de Instalações 35
Versão Atual 0.1
Última Atualização 2018-12-21
Data de Publicação 2018-12-16
Desenvolvedor Alfons Nilsson (TC5550)
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}