Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

Was ist Better Typography | Smooth Fonts?

Better Typography | Smooth Fonts ist eine Chrome-Erweiterung, die von Ali Arıkel entwickelt wurde, und ihr Hauptmerkmal ist "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Better Typography | Smooth Fonts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better Typography | Smooth Fonts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
Offizielle URL https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
Beschreibung Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
Dateigröße 7.08 KB
Installationsanzahl 278
Aktuelle Version 1.0.6
Letztes Update 2017-06-02
Veröffentlichungsdatum 2017-06-02
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler Ali Arıkel
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}