Noto sans font replacer

Replace chinese text font to noto sans regular font

Noto sans font replacer란 무엇입니까?

Noto sans font replacer은(는) dmnk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace chinese text font to noto sans regular font"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Noto sans font replacer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension can replace chinese font into noto sans.
Refer:https://chrome.google.com/webstore/detail/%E6%9B%BF%E6%8D%A2%E5%AD%97%E4%BD%93%E7%9A%84%E4%B8%AD%E6%96%87%E9%83%A8%E5%88%86%E4%B8%BA%E9%9B%85%E9%BB%91/enpkigfhoabjjjonanmddidnnahopmcn

2014-11-10 0.0.0.1,initial release。                    

확장 프로그램 기본 정보

이름 Noto sans font replacer Noto sans font replacer
ID jaleafeamhchdgeodjicmdekifacdjkh
공식 URL https://chromewebstore.google.com/detail/noto-sans-font-replacer/jaleafeamhchdgeodjicmdekifacdjkh
설명 Replace chinese text font to noto sans regular font
파일 크기 17.66 KB
설치 횟수 117
현재 버전 0.0.0.1
최근 업데이트 2014-11-10
출시 날짜 2014-11-09
평점 5.00/5 총 7 개의 평점
개발자 dmnk
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/2yahei.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "__MSG_despName__",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "default_locale": "en"
}