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