Font Rendering Enhancer

Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).

Font Rendering Enhancerคืออะไร?

Font Rendering Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https)."

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

screenshot
screenshot

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

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

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

                        Description
Font Rendering Enhancer comes from Opera Font Rendering by thunder13. Darker and clearer text on almost every page (http and https). Modified and ported Mac OSX Font Rendering by proxxy (from Opera on Presto engine).
"The windows browsers render the fonts based on the normal sub-pixel rendering without implementing Font smoothing, anti-aliasing as noticeable as Mac OSX. This tweak applies text to be displayed more anti-aliased using CSS3 property. So modern browsers supporting CSS3 and userstyle support would be able to support it. ;)"

Modified (v 0.1.4):
- A Control panel

Festum Presents                    

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

ชื่อ Font Rendering Enhancer Font Rendering Enhancer
ID hmbmmdjlcdediglgfcdkhinjdelkiock
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-rendering-enhancer/hmbmmdjlcdediglgfcdkhinjdelkiock
คำอธิบาย Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).
ขนาดไฟล์ 567 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 0.1.4.1
อัปเดตครั้งล่าสุด 2014-07-03
วันที่เผยแพร่ 2014-07-02
คะแนน 4.58/5 รวมทั้งหมด 366 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://femium.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "assets\/js\/font.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).",
    "icons": {
        "32": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Font Rendering Enhancer",
    "short_name": "FRE",
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "version": "0.1.4.1"
}