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 |
官方網址 | 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 } |