Smooth Fonts

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

Smooth Fontsคืออะไร?

Smooth Fonts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Edmonston และคุณลักษณะหลักของมันคือ "This lightweight extension significantly improves font rendering on computers running OS X."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smooth Fonts

ดาวน์โหลดไฟล์ส่วนขยาย Smooth Fonts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
URL อย่างเป็นทางการ 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"
    ]
}