BeBold

BeBold extension alters text on webpages bolding first half of every word.Which may benefit those who find it challenging to focus.

BeBoldคืออะไร?

BeBold เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cdukedrums และคุณลักษณะหลักของมันคือ "BeBold extension alters text on webpages bolding first half of every word.Which may benefit those who find it challenging to focus."

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

screenshot
screenshot

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

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

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

                        The BeBold extension aims to offer a unique visual aid that may help improve focus while reading text on webpages. It works by bolding the first half of each word, providing a distinct anchor point that could help readers follow the content more easily. Although the extension is designed with the idea that it may be helpful for individuals who find it challenging to concentrate, such as those who self-identify as having Attention Deficit Hyperactivity Disorder (ADHD), it has not been clinically tested or approved for the treatment or diagnosis of ADHD or any other medical condition. By inheriting the color of the parent element, the bold text preserves the original appearance and design of the webpage. Try BeBold and see if this innovative approach to reading suits your style!

Please let me know if any sites you use malfunction while using this extension. If it cannot be fixed, I will promptly remove them from the sites supported by this extension.

For bug reports, please email me at [email protected]
Subject: BUG REPORT BEBOLD

Version 1.3 Bug Fixes
-- Improved enable and disable functionality
-- Removed the extension while using pages that did not function properly while using.
  
Version 1.4 
Bug Fixes
-- Disabled the extension within Text Input areas such as emails and messaging.

Improvements
-- Converting Text to Helvetica font                    

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

ชื่อ BeBold BeBold
ID ckgjflmajkijpaipoijlpleihipnpjma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bebold/ckgjflmajkijpaipoijlpleihipnpjma
คำอธิบาย BeBold extension alters text on webpages bolding first half of every word.Which may benefit those who find it challenging to focus.
ขนาดไฟล์ 9.56 KB
จำนวนการติดตั้ง 1,104
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2023-04-17
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา cdukedrums
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BeBold",
    "version": "1.4",
    "description": "BeBold extension alters text on webpages bolding first half of every word.Which may benefit those who find it challenging to focus.",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}