Comic Sans Replacer
Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Was ist Comic Sans Replacer?
Comic Sans Replacer ist eine Chrome-Erweiterung, die von niu tech entwickelt wurde, und ihr Hauptmerkmal ist "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".
Erweiterungsscreenshots
Comic Sans Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comic Sans Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Comic Sans Replacer |
ID | hogcjpgnoecbkmbamlakaacafkloopbn |
Offizielle URL | https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn |
Beschreibung | Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski |
Dateigröße | 9.01 KB |
Installationsanzahl | 632 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-04-11 |
Veröffentlichungsdatum | 2014-04-11 |
Bewertung | 4.42/5 Insgesamt 19 Bewertungen |
Entwickler | niu tech |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/niutech/comic-sans-replacer |
Unterstützte Sprachen | 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 } |