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은(는) cdukedrums에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BeBold extension alters text on webpages bolding first half of every word.Which may benefit those who find it challenging to focus."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BeBold 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}