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