Half Bold

A tool to help people with ADHD improve their reading focus and comprehension.

Half Boldคืออะไร?

Half Bold เป็นส่วนขยายของ Chrome ที่พัฒนาโดย repon และคุณลักษณะหลักของมันคือ "A tool to help people with ADHD improve their reading focus and comprehension."

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

screenshot
screenshot
screenshot

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

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

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

                        Half Bold literally bolds half of the word allows all users to focus on text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs.

Change log:
Version: 1.1.0
- Add feature Half bold text for text plain file
- Add feature selected some text and fast share on social such as: twitter, linkedIn and facebook (auto post use api post).                    

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

ชื่อ Half Bold Half Bold
ID mlmoighangjfhiookjppplipefbbnaoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/half-bold/mlmoighangjfhiookjppplipefbbnaoo
คำอธิบาย A tool to help people with ADHD improve their reading focus and comprehension.
ขนาดไฟล์ 568 KB
จำนวนการติดตั้ง 78,247
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2023-03-27
คะแนน 4.02/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา repon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/the-policy/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Half Bold",
    "version": "1.1.1",
    "description": "A tool to help people with ADHD improve their reading focus and comprehension.",
    "icons": {
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.63a775b4.1408c1bb.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.63a775b4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}