Half Bold

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

Half Bold란 무엇입니까?

Half Bold은(는) repon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to help people with ADHD improve their reading focus and comprehension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

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