Smooth Fonts

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

What is Smooth Fonts?

Smooth Fonts is a Chrome extension developed by James Edmonston, and its main feature is "This lightweight extension significantly improves font rendering on computers running OS X.".

Extension Screenshots

screenshot

Download Smooth Fonts Extension CRX File

Download Smooth Fonts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
Official URL https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef
Description This lightweight extension significantly improves font rendering on computers running OS X.
File Size 2.84 KB
Installation Count 905
Current Version 10.1.2
Last Updated 2016-05-11
Publish Date 2016-05-11
Rating 4.14/5 Total 28 Ratings
Developer James Edmonston
Payment Type free
Extension Website http://ethercreative.co.uk
Supported Languages 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"
    ]
}