Comic Sans Everywhere

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

Τι είναι το Comic Sans Everywhere;

Το Comic Sans Everywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sumo Marketing Solutions, και η κύρια λειτουργία του είναι "Changes the font of all text on web pages to Comic Sans.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Comic Sans Everywhere

Λήψη αρχείων επέκτασης Comic Sans Everywhere σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
Επίσημο URL https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Περιγραφή Changes the font of all text on web pages to Comic Sans.
Μέγεθος Αρχείου 3.19 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-04-03
Ημερομηνία Δημοσίευσης 2023-04-03
Προγραμματιστής Sumo Marketing Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}