Better Font

Improve websites appearance on Google Chome with better fonts replacement.

Better Fontคืออะไร?

Better Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cchoochot และคุณลักษณะหลักของมันคือ "Improve websites appearance on Google Chome with better fonts replacement."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Announcement:

With the new version 5.0 many fonts will be replaced by the newly selected cuter ones, aggressively. That's why the extension icon turns red.



General Information:

Many websites set to display Mac fonts like Helvetica and Helvetica Neue for their content as default. Windows doesn’t have any of them, so it will try to display another fonts instead. The bad part is, it selects the not-so-good ones for substitution.

This extension will do the fonts replacements in the background one-by-one. It's supposed to make web pages look a lot better in Windows system. The example ones are GMail Inbox, many subreddits, BBC, JIRA, and many more.

What makes this extension special is the way it replaces fonts. The other extensions will replace ALL the fonts on the page with the ONE font you configure, so the page displays with that one font.

On the other hand, this extension will replace just the fonts in the 'ugly' list with the better ones from their families. The fonts are embedded so no additional internet request is made.

Please report any issues you found, it would be much appreciated.                    

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

ชื่อ Better Font Better Font
ID mhppkgcpdimcnbenbdbodaceilidgmfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-font/mhppkgcpdimcnbenbdbodaceilidgmfp
คำอธิบาย Improve websites appearance on Google Chome with better fonts replacement.
ขนาดไฟล์ 294 KB
จำนวนการติดตั้ง 502
เวอร์ชันปัจจุบัน 5.0.0
อัปเดตครั้งล่าสุด 2020-03-07
วันที่เผยแพร่ 2020-03-07
คะแนน 3.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา cchoochot
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cchoochot.github.io/BetterFont/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Font",
    "short_name": "Better Font",
    "version": "5.0.0",
    "manifest_version": 2,
    "description": "Improve websites appearance on Google Chome with better fonts replacement.",
    "homepage_url": "https:\/\/cchoochot.github.io\/BetterFont\/",
    "web_accessible_resources": [
        "fonts\/*.*"
    ],
    "browser_action": {
        "default_title": "Better Font",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "src\/style.css"
            ]
        }
    ]
}