Comic Sans Everywhere

Change every font on the website to Comic Sans.

O que é Comic Sans Everywhere?

Comic Sans Everywhere é uma extensão do Chrome desenvolvida por mkonstantinow, e sua principal característica é "Change every font on the website 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

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

Informações Básicas da Extensão

Nome Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
URL Oficial https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Descrição Change every font on the website to Comic Sans.
Tamanho do Arquivo 134 KB
Contagem de Instalações 331
Versão Atual 1.1
Última Atualização 2023-07-04
Data de Publicação 2023-04-11
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor mkonstantinow
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}