Comic Sans Everywhere

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

Cos'è Comic Sans Everywhere?

Comic Sans Everywhere è un'estensione di Chrome sviluppata da Sumo Marketing Solutions, e la sua funzione principale è "Changes the font of all text on web pages to Comic Sans.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Comic Sans Everywhere

Scarica i file di estensione Comic Sans Everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
URL Ufficiale https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Descrizione Changes the font of all text on web pages to Comic Sans.
Dimensione del File 3.19 KB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-03
Data di Pubblicazione 2023-04-03
Sviluppatore Sumo Marketing Solutions
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}