Comic Sans Everywhere

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

Apa itu Comic Sans Everywhere?

Comic Sans Everywhere adalah ekstensi Chrome yang dikembangkan oleh Sumo Marketing Solutions, dan fitur utamanya adalah "Changes the font of all text on web pages to Comic Sans.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comic Sans Everywhere

Unduh file ekstensi Comic Sans Everywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
URL Resmi https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Deskripsi Changes the font of all text on web pages to Comic Sans.
Ukuran File 3.19 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-03
Tanggal Publikasi 2023-04-03
Pengembang Sumo Marketing Solutions
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}