Basic Font Readability

Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.

Basic Font Readabilityคืออะไร?

Basic Font Readability เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emdixonroche.com และคุณลักษณะหลักของมันคือ "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout."

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

screenshot

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

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

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

                        Are you ever on website with really small text in a really hard to read font? 
But you can zoom in so no problem right? 
But.. now you've zoomed in you can see the menu or the general website layout BECAUSE you zoomed in?

With this extension you don't have to lose the layout of the website AND you can make it all an easy to read font. 

Make all text:
1. Bigger OR Smaller
2. Sans Serif or Serif (basically Arial vs Times New Roman).                    

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

ชื่อ Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
คำอธิบาย Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2020-03-20
วันที่เผยแพร่ 2020-03-18
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://emdixonroche.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic Font Readability",
    "version": "0.4",
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "description": "Make text on any website bigger\/smaller or sans-serif\/serif without changing the website's layout.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}