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」です。

拡張機能のスクリーンショット

screenshot

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 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
}