Comic Sans Replacer

Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski

Wat is Comic Sans Replacer?

Comic Sans Replacer is een Chrome-extensie ontwikkeld door niu tech, en de belangrijkste functie is "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Sans Replacer

Download Comic Sans Replacer-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

                        This tiny extension replaces the ugly Comic Sans MS font on all websites with much better Comic Neue font by Craig Rozynski. The web font is hosted on the super-fast CDN jsDelivr.

You can contribute to the project at https://github.com/niutech/comic-sans-replacer

The Comic Neue font is in the Public Domain.
The extension is released under Apache 2.0 License.                    

Basisinformatie over de Extensie

Naam Comic Sans Replacer Comic Sans Replacer
ID hogcjpgnoecbkmbamlakaacafkloopbn
Officiële URL https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn
Beschrijving Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Bestandsgrootte 9.01 KB
Aantal Installaties 632
Huidige Versie 1.1
Laatst Bijgewerkt 2014-04-11
Publicatiedatum 2014-04-11
Beoordeling 4.42/5 Totaal 19 Beoordelingen
Ontwikkelaar niu tech
Betalingswijze free
Extensiewebsite https://github.com/niutech/comic-sans-replacer
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "name": "Comic Sans Replacer",
    "description": "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski",
    "author": "niu tech",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "userContent.css"
            ]
        }
    ],
    "manifest_version": 2
}