替换中文字体为雅黑

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

What is 替换中文字体为雅黑?

替换中文字体为雅黑 is a Chrome extension developed by ayanamist, and its main feature is "替换字体的中文部分为雅黑".

Extension Screenshots

screenshot

Download 替换中文字体为雅黑 Extension CRX File

Download 替换中文字体为雅黑 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

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

Extension Basic Information

Name 替换中文字体为雅黑 替换中文字体为雅黑
ID gphhfbmidkenefaphjmjgcefmflamfhp
Official 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
Description 替换字体的中文部分为雅黑
File Size 10.71 KB
Installation Count 553
Current Version 0.6
Last Updated 2019-01-21
Publish Date 2019-01-20
Rating 5.00/5 Total 4 Ratings
Developer ayanamist
Email [email protected]
Payment Type free
Supported Languages 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"
}