Comic Sans Replacer
Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
什么是Comic Sans Replacer?
Comic Sans Replacer是由niu tech开发的Chrome扩展程序,该扩展的主要功能是“Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski”。
扩展截图
下载Comic Sans Replacer扩展crx文件
下载Comic Sans Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Comic Sans Replacer |
ID | hogcjpgnoecbkmbamlakaacafkloopbn |
官方URL | https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn |
简介 | Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski |
文件大小 | 9.01 KB |
安装次数 | 632 |
当前版本 | 1.1 |
更新时间 | 2014-04-11 |
上架时间 | 2014-04-11 |
评分 | 4.42/5 共19次评分 |
开发者 | niu tech |
付费类型 | free |
扩展官网 | https://github.com/niutech/comic-sans-replacer |
支持的语言 | 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 } |