Comic Sans Everywhere

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

Qu'est-ce que Comic Sans Everywhere ?

Comic Sans Everywhere est une extension Chrome développée par Sumo Marketing Solutions, et sa fonction principale est "Changes the font of all text on web pages to Comic Sans.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Comic Sans Everywhere

Téléchargez les fichiers d'extension Comic Sans Everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
URL Officiel https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Description Changes the font of all text on web pages to Comic Sans.
Taille du Fichier 3.19 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-03
Date de Publication 2023-04-03
Développeur Sumo Marketing Solutions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}