Readify

Sets the default font family, font color, and line-height for those hard to read websites.

Readifyคืออะไร?

Readify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shane Hoban และคุณลักษณะหลักของมันคือ "Sets the default font family, font color, and line-height for those hard to read websites."

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

screenshot

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

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

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

                        You no longer have to deal with terrible contrast websites (specifically, light gray text on white background).

This extension improves readability, including the color, font famil, and line height.                    

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

ชื่อ Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
คำอธิบาย Sets the default font family, font color, and line-height for those hard to read websites.
ขนาดไฟล์ 33.13 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-04-05
วันที่เผยแพร่ 2016-04-05
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Shane Hoban
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readify",
    "description": "Sets the default font family, font color, and line-height for those hard to read websites.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}