Force WenQuanYi MicroHei or Microsoft YaHei
Use WenQuanYi Micro Hei or Microsoft Yahei for Chinese and fix the problem of icons display
什么是Force WenQuanYi MicroHei or Microsoft YaHei ?
Force WenQuanYi MicroHei or Microsoft YaHei 是由Teman开发的Chrome扩展程序,该扩展的主要功能是“Use WenQuanYi Micro Hei or Microsoft Yahei for Chinese and fix the problem of icons display”。
下载Force WenQuanYi MicroHei or Microsoft YaHei 扩展crx文件
下载Force WenQuanYi MicroHei or Microsoft YaHei 扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
很多替换中文字体的扩展都会使一些网页的图标无法正常显示,比如github仓库的文件夹图标等。为解决此问题,此扩展搜集网上其他大神的方法,在Force WenQuanYi Micro Hei Font的基础上进行了修改。在此向原作者northcamel和网上其他大神表示感谢。 注意必须要安装了文泉驿微米黑字体才能以文泉驿微米黑显示中文,否则使用微软雅黑。
扩展基本信息
名称 | ![]() |
ID | mbnfnmfffkmofhbehigbkoncilamholi |
官方URL | https://chrome.google.com/webstore/detail/force-wenquanyi-microhei/mbnfnmfffkmofhbehigbkoncilamholi |
简介 | Use WenQuanYi Micro Hei or Microsoft Yahei for Chinese and fix the problem of icons display |
文件大小 | 3.17 KB |
安装次数 | 19 |
当前版本 | 1.0.0.1 |
更新时间 | 2014-12-12 |
上架时间 | 2014-12-12 |
评分 | 5.00/5 共1次评分 |
开发者 | Teman |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "font.css" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Use WenQuanYi Micro Hei or Microsoft Yahei for Chinese and fix the problem of icons display", "name": "Force WenQuanYi MicroHei or Microsoft YaHei ", "version": "1.0.0.1", "manifest_version": 2 } |