Make text easier to read :)

Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.

Make text easier to read :)คืออะไร?

Make text easier to read :) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabe10777 และคุณลักษณะหลักของมันคือ "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make text easier to read :)

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

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

                        If you're at a screen all day like some of us, you'll know text and fonts are adapting.

This extension gives you two toggleable per-website options:

- Lowercasify
Force all text on the page to be lowercase.

- Boldify
Bold the first half of every word on the page, inspired by Bionic Reading. 

This extension does not collect any of your information. It does not contact any third party services.                    

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

ชื่อ Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
คำอธิบาย Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
ขนาดไฟล์ 32.96 KB
จำนวนการติดตั้ง 399
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-01-03
วันที่เผยแพร่ 2023-01-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา gabe10777
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Make text easier to read :)",
    "description": "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.",
    "version": "1.0",
    "action": {
        "default_icon": "images\/angy_3_128x128.jpg",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/angy_1_16x16.jpg",
        "32": "images\/angy_3_128x128.jpg",
        "64": "images\/angy_2_64x64.jpg",
        "128": "images\/angy_3_128x128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}