Smooth Fonts

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

Qu'est-ce que Smooth Fonts ?

Smooth Fonts est une extension Chrome développée par James Edmonston, et sa fonction principale est "This lightweight extension significantly improves font rendering on computers running OS X.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smooth Fonts

Téléchargez les fichiers d'extension Smooth Fonts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
URL Officiel https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef
Description This lightweight extension significantly improves font rendering on computers running OS X.
Taille du Fichier 2.84 KB
Nombre d'Installations 905
Version Actuelle 10.1.2
Dernière Mise à Jour 2016-05-11
Date de Publication 2016-05-11
Évaluation 4.14/5 Total 28 Évaluations
Développeur James Edmonston
Type de Paiement free
Site Web de l'Extension http://ethercreative.co.uk
Langues Prises en Charge 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"
    ]
}