Boldify

Automatically makes the first half of every word on a page bold.

Boldifyคืออะไร?

Boldify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sssillah1 และคุณลักษณะหลักของมันคือ "Automatically makes the first half of every word on a page bold."

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

screenshot
screenshot

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

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

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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

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

ชื่อ Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
คำอธิบาย Automatically makes the first half of every word on a page bold.
ขนาดไฟล์ 33.54 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2023-05-19
วันที่เผยแพร่ 2023-05-19
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sssillah1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}