Comic Sans Replacer
Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
What is Comic Sans Replacer?
Comic Sans Replacer is a Chrome extension developed by niu tech, and its main feature is "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".
Extension Screenshots
Download Comic Sans Replacer Extension CRX File
Download Comic Sans Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Comic Sans Replacer |
ID | hogcjpgnoecbkmbamlakaacafkloopbn |
Official URL | https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn |
Description | Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski |
File Size | 9.01 KB |
Installation Count | 632 |
Current Version | 1.1 |
Last Updated | 2014-04-11 |
Publish Date | 2014-04-11 |
Rating | 4.42/5 Total 19 Ratings |
Developer | niu tech |
Payment Type | free |
Extension Website | https://github.com/niutech/comic-sans-replacer |
Supported Languages | 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 } |