Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

Better Typography | Smooth Fonts란 무엇입니까?

Better Typography | Smooth Fonts은(는) Ali Arıkel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Better Typography | Smooth Fonts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool enables text kerning & monochrome text anti-aliasing on macOS. 

ANOTHER OS USERS
If your system is not "macOS" this extension won't work but you can apply following steps to get rid of lcd anti-aliasing. Then monochrome anti-aliasing will be enabled.
#1 Type adreess bar "chrome://flags/#lcd-text-aa" (without quotes).
#2 Select "Disabled" for LCD text antialiasing.
#3 Click "Relaunch Now" button appeared bottom at bottom of window.                    

확장 프로그램 기본 정보

이름 Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
공식 URL https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
설명 Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
파일 크기 7.08 KB
설치 횟수 278
현재 버전 1.0.6
최근 업데이트 2017-06-02
출시 날짜 2017-06-02
평점 4.13/5 총 8 개의 평점
개발자 Ali Arıkel
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Typography | Smooth Fonts",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}