Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

Cos'è Comic Sans-ifer 3000?

Comic Sans-ifer 3000 è un'estensione di Chrome sviluppata da Clarissa Kleveno, e la sua funzione principale è "Changes everything to Comic Sans for no reason".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Comic Sans-ifer 3000

Scarica i file di estensione Comic Sans-ifer 3000 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

                        Tired of websites using multiple and confusing fonts? With the Comic Sans-ifer 3000 you can finally browse the web all with one unified font! Google, Facebook, and even email will all be written in the beautiful and poetic font of Comic Sans. Great of easy reading, or just to mess with your friends!                    

Informazioni di Base sull'Estensione

Nome Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
URL Ufficiale https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
Descrizione Changes everything to Comic Sans for no reason
Dimensione del File 24.35 KB
Conteggio Installazioni 35
Versione Corrente 0.1.0
Ultimo Aggiornamento 2017-03-04
Data di Pubblicazione 2017-03-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Clarissa Kleveno
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans-ifer 3000",
    "version": "0.1.0",
    "description": "Changes everything to Comic Sans for no reason",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}