Font Smoothing

Adds configurable font anti-aliasing to all webpages you visit.

Font Smoothingคืออะไร?

Font Smoothing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evanshortiss และคุณลักษณะหลักของมันคือ "Adds configurable font anti-aliasing to all webpages you visit."

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

screenshot
screenshot
screenshot

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

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

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

                        This plugin allows you to force webpages use the WebKit antialiasing feature, or alternatively, completely disable it. As a result you can alter the clarity and legibility of text on web pages.

Simply install the plugin and click the plugin icon to enable or disable smoothing for a given website. The plugin will remember your settings for every site visited.

By default all new tabs will apply smoothing after this plugin is installed. 

Note: If the page was open before installing the plugin then you need to refresh the page.                    

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

ชื่อ Font Smoothing Font Smoothing
ID pblodagimcngmkbdjcaphmjbjlnhicnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-smoothing/pblodagimcngmkbdjcaphmjbjlnhicnj
คำอธิบาย Adds configurable font anti-aliasing to all webpages you visit.
ขนาดไฟล์ 62.63 KB
จำนวนการติดตั้ง 2,001
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-11-02
วันที่เผยแพร่ 2018-11-01
คะแนน 3.50/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา evanshortiss
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Smoothing",
    "description": "Adds configurable font anti-aliasing to all webpages you visit.",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "[email protected]",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "apply-smoothing.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}