替换中文字体为雅黑

替换字体的中文部分为雅黑

替换中文字体为雅黑とは何ですか?

替换中文字体为雅黑はayanamistによって開発されたChromeの拡張機能で、その主な機能は「替换字体的中文部分为雅黑」です。

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

screenshot

替换中文字体为雅黑拡張機能のCRXファイルをダウンロード

替换中文字体为雅黑拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        fork from https://github.com/scarsty/FontChineseYahei
只替换了宋体等简繁中文字体(原始版本替换了太多字体,甚至包括很多英文的),并且修改了加载策略                    

拡張機能の基本情報

名前 替换中文字体为雅黑 替换中文字体为雅黑
ID gphhfbmidkenefaphjmjgcefmflamfhp
公式URL https://chromewebstore.google.com/detail/%E6%9B%BF%E6%8D%A2%E4%B8%AD%E6%96%87%E5%AD%97%E4%BD%93%E4%B8%BA%E9%9B%85%E9%BB%91/gphhfbmidkenefaphjmjgcefmflamfhp
説明 替换字体的中文部分为雅黑
ファイルサイズ 10.71 KB
インストール数 553
現在のバージョン 0.6
最終更新日 2019-01-21
公開日 2019-01-20
評価 5.00/5 合計 4 レビュー
開発者 ayanamist
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/2yahei.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u66ff\u6362\u5b57\u4f53\u7684\u4e2d\u6587\u90e8\u5206\u4e3a\u96c5\u9ed1",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "\u66ff\u6362\u4e2d\u6587\u5b57\u4f53\u4e3a\u96c5\u9ed1",
    "version": "0.6"
}