替换中文字体为雅黑

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

什么是替换中文字体为雅黑?

替换中文字体为雅黑是由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
电子邮箱 [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"
}