Comic Sans Everywhere

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

O que é Comic Sans Everywhere?

Comic Sans Everywhere é uma extensão do Chrome desenvolvida por Sumo Marketing Solutions, e sua principal característica é "Changes the font of all text on web pages to Comic Sans.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Comic Sans Everywhere

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

                        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!                    

Informações Básicas da Extensão

Nome Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
URL Oficial https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Descrição Changes the font of all text on web pages to Comic Sans.
Tamanho do Arquivo 3.19 KB
Contagem de Instalações 27
Versão Atual 1.0
Última Atualização 2023-04-03
Data de Publicação 2023-04-03
Desenvolvedor Sumo Marketing Solutions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}