Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

O que é Better Typography | Smooth Fonts?

Better Typography | Smooth Fonts é uma extensão do Chrome desenvolvida por Ali Arıkel, e sua principal característica é "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Better Typography | Smooth Fonts

Baixe arquivos de extensão Better Typography | Smooth Fonts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
URL Oficial https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
Descrição Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
Tamanho do Arquivo 7.08 KB
Contagem de Instalações 278
Versão Atual 1.0.6
Última Atualização 2017-06-02
Data de Publicação 2017-06-02
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor Ali Arıkel
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}