Comic Sans Everywhere

Change every font on the website to Comic Sans.

Cos'è Comic Sans Everywhere?

Comic Sans Everywhere è un'estensione di Chrome sviluppata da mkonstantinow, e la sua funzione principale è "Change every font on the website 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

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

Informazioni di Base sull'Estensione

Nome Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
URL Ufficiale https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Descrizione Change every font on the website to Comic Sans.
Dimensione del File 134 KB
Conteggio Installazioni 331
Versione Corrente 1.1
Ultimo Aggiornamento 2023-07-04
Data di Pubblicazione 2023-04-11
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore mkonstantinow
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}