Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

Cos'è Better Typography | Smooth Fonts?

Better Typography | Smooth Fonts è un'estensione di Chrome sviluppata da Ali Arıkel, e la sua funzione principale è "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Better Typography | Smooth Fonts

Scarica i file di estensione Better Typography | Smooth Fonts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
URL Ufficiale https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
Descrizione Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
Dimensione del File 7.08 KB
Conteggio Installazioni 278
Versione Corrente 1.0.6
Ultimo Aggiornamento 2017-06-02
Data di Pubblicazione 2017-06-02
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore Ali Arıkel
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}