Chrome Font Super Enhancer

Enhanced font rendering in Chrome!

Chrome Font Super Enhancerคืออะไร?

Chrome Font Super Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tfitfi20 และคุณลักษณะหลักของมันคือ "Enhanced font rendering in Chrome!"

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

screenshot

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

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

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

                        Chrome Font Super Enhancer is an add-on to increase the readability of texts in Chrome, especially in those websites which use thin fonts.
For many users, the Chrome browser renders these fonts too lightly, and in some case they're very difficult to read.
This add-on has an intelligent function that calculates the exact amount of darkness to apply to characters (based on their color and luminance), which results in a perfect rendition.

NEW in v2.10: Dark mode support!
NEW in v2.11: Fallback for dynamic content!
NEW in v2.12: Auto page refresh when changing options!
NEW in v2.13: Fix for bad rendering in Google search form
NEW in v2.14: Added unlock code field (in options) to remove Paypal button after donation. You'll receive the unlock code to your Paypal address.
NEW in v2.15: Fix for Google Calendar. Better support for dynamic content pages.
NEW in v2.16: Faster rendering and bugfix.
NEW in v2.17: Text enhancing applied also to INPUT elements

If you enjoy this extension, please send me a donation! Thanks
(pin extension to your toolbar or go to options to see the donation button)                    

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

ชื่อ Chrome Font Super Enhancer Chrome Font Super Enhancer
ID ombebcdhklmmkcddekoplmobafpkolmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-font-super-enhance/ombebcdhklmmkcddekoplmobafpkolmd
คำอธิบาย Enhanced font rendering in Chrome!
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 12,102
เวอร์ชันปัจจุบัน 2.17
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2022-07-07
คะแนน 4.07/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา tfitfi20
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Font Super Enhancer",
    "description": "Enhanced font rendering in Chrome!",
    "version": "2.17",
    "manifest_version": 3,
    "author": "ME",
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/fixfonts16.png",
        "32": "\/images\/fixfonts32.png",
        "48": "\/images\/fixfonts48.png",
        "128": "\/images\/fixfonts128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/fixfonts16.png",
            "32": "\/images\/fixfonts32.png",
            "48": "\/images\/fixfonts48.png",
            "128": "\/images\/fixfonts128.png"
        }
    }
}