Boldify Reading Assistant

This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…

Boldify Reading Assistantคืออะไร?

Boldify Reading Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diganta.dey2013 และคุณลักษณะหลักของมันคือ "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…"

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

screenshot

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

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

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

                        This extension will convert first 2-3 characters of every word bold, which will help you to read faster.

These are the issues which you may face in this version,
1. Some sites styling may break
2. There is not reset option, you have to disable the extension

In next update we will resolve these issue.

Please send me email @ [email protected] if you face any bug or need any feature.                    

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

ชื่อ Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
คำอธิบาย This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
ขนาดไฟล์ 14.81 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-19
วันที่เผยแพร่ 2023-04-18
ผู้พัฒนา diganta.dey2013
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify Reading Assistant",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}