Smooth Fonts

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

什麼是Smooth Fonts?

Smooth Fonts是由James Edmonston開發的Chrome擴展程式,該擴展的主要功能是“This lightweight extension significantly improves font rendering on computers running OS X.”。

擴展截圖

screenshot

下載Smooth Fonts擴展crx文件

下載Smooth Fonts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
官方網址 https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef
簡介 This lightweight extension significantly improves font rendering on computers running OS X.
檔案大小 2.84 KB
安裝次數 905
目前版本 10.1.2
更新時間 2016-05-11
上架時間 2016-05-11
評分 4.14/5 共 28 次評分
開發者 James Edmonston
付費類型 free
擴展官網 http://ethercreative.co.uk
支援的語言 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"
    ]
}