No Per-Script Font!

Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales

No Per-Script Font!란 무엇입니까?

No Per-Script Font!은(는) yorkxin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

No Per-Script Font! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        As of Chrome 18, fonts are determined by writing scripts -- specifically, according to the `lang` attributes of elements. For example, zh-cn and zh-tw will be rendered with different fonts because they're different scripts.

In addition, the selected font will be applied on Latin characters, and usually, Latin characters in Chinese fonts are really ugly.

This extension turns off per-script font in Traditional Chinese and Simplified Chinese, and have your operating system determine which font to use.

You need Chrome 22 or above to install this extension.

If you have 21 or less, please visit https://github.com/chitsaou/no-per-script-font and download versions for Chrome 21 and 20. It does not auto-update, so once it doesn't work anymore, that means your Chrome has upgraded to version 22, then you can uninstall it, and install again from Web Store.                    

확장 프로그램 기본 정보

이름 No Per-Script Font! No Per-Script Font!
ID lndmkajeoopejggihiomoaepinlhblmm
공식 URL https://chromewebstore.google.com/detail/no-per-script-font/lndmkajeoopejggihiomoaepinlhblmm
설명 Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales
파일 크기 38.97 KB
설치 횟수 5,000
현재 버전 0.4
최근 업데이트 2012-08-02
출시 날짜 2012-08-02
평점 4.69/5 총 71 개의 평점
개발자 yorkxin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/chitsaou/no-per-script-font
지원되는 언어 en,zh-TW
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "22.0",
    "icons": {
        "128": "icons\/icon-128.png",
        "96": "icons\/icon-96.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "permissions": [
        "fontSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}