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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
很多替换中文字体的扩展都会使一些网页的图标无法正常显示,比如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 } |