Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

Better Typography | Smooth Fontsคืออะไร?

Better Typography | Smooth Fonts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ali Arıkel และคุณลักษณะหลักของมันคือ "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This tool enables text kerning & monochrome text anti-aliasing on macOS. 

ANOTHER OS USERS
If your system is not "macOS" this extension won't work but you can apply following steps to get rid of lcd anti-aliasing. Then monochrome anti-aliasing will be enabled.
#1 Type adreess bar "chrome://flags/#lcd-text-aa" (without quotes).
#2 Select "Disabled" for LCD text antialiasing.
#3 Click "Relaunch Now" button appeared bottom at bottom of window.                    

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

ชื่อ Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
คำอธิบาย Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
ขนาดไฟล์ 7.08 KB
จำนวนการติดตั้ง 278
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2017-06-02
วันที่เผยแพร่ 2017-06-02
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Ali Arıkel
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Typography | Smooth Fonts",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}