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文件

下載Better Typography | Smooth Fonts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}