替换中文字体为雅黑

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

替换中文字体为雅黑란 무엇입니까?

替换中文字体为雅黑은(는) ayanamist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "替换字体的中文部分为雅黑"입니다.

확장 프로그램 스크린샷

screenshot

替换中文字体为雅黑 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}