Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

Wat is Comic Sans-ifer 3000?

Comic Sans-ifer 3000 is een Chrome-extensie ontwikkeld door Clarissa Kleveno, en de belangrijkste functie is "Changes everything to Comic Sans for no reason".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Comic Sans-ifer 3000

Download Comic Sans-ifer 3000-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
Officiële URL https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
Beschrijving Changes everything to Comic Sans for no reason
Bestandsgrootte 24.35 KB
Aantal Installaties 35
Huidige Versie 0.1.0
Laatst Bijgewerkt 2017-03-04
Publicatiedatum 2017-03-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Clarissa Kleveno
Betalingswijze free
Ondersteunde Talen 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"
    }
}