Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

Cos'è Comic Sansifier?

Comic Sansifier è un'estensione di Chrome sviluppata da Alfons Nilsson (TC5550), e la sua funzione principale è "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Comic Sansifier

Scarica i file di estensione Comic Sansifier 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

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

Informazioni di Base sull'Estensione

Nome Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
URL Ufficiale https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
Descrizione This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
Dimensione del File 8.9 KB
Conteggio Installazioni 35
Versione Corrente 0.1
Ultimo Aggiornamento 2018-12-21
Data di Pubblicazione 2018-12-16
Sviluppatore Alfons Nilsson (TC5550)
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}