Comic Sans Everywhere

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

Co je Comic Sans Everywhere?

Comic Sans Everywhere je rozšíření Chrome vyvinuté Sumo Marketing Solutions, a jeho hlavní funkcí je „Changes the font of all text on web pages to Comic Sans.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Comic Sans Everywhere

Stáhněte si soubory rozšíření Comic Sans Everywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
Oficiální URL https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Popis Changes the font of all text on web pages to Comic Sans.
Velikost souboru 3.19 KB
Počet instalací 27
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-03
Datum Vydání 2023-04-03
Vývojář Sumo Marketing Solutions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}