Smooth Fonts

This lightweight extension significantly improves font rendering on computers running OS X.

Wat is Smooth Fonts?

Smooth Fonts is een Chrome-extensie ontwikkeld door James Edmonston, en de belangrijkste functie is "This lightweight extension significantly improves font rendering on computers running OS X.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smooth Fonts

Download Smooth Fonts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
Officiële URL https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef
Beschrijving This lightweight extension significantly improves font rendering on computers running OS X.
Bestandsgrootte 2.84 KB
Aantal Installaties 905
Huidige Versie 10.1.2
Laatst Bijgewerkt 2016-05-11
Publicatiedatum 2016-05-11
Beoordeling 4.14/5 Totaal 28 Beoordelingen
Ontwikkelaar James Edmonston
Betalingswijze free
Extensiewebsite http://ethercreative.co.uk
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Fonts",
    "description": "This lightweight extension significantly improves font rendering on computers running OS X.",
    "version": "10.1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}