Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

Reverse Half Bold란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Half Bold literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

확장 프로그램 기본 정보

이름 Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
공식 URL https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
설명 A tool to help a special someone improve their reading focus and comprehension.
파일 크기 134 KB
설치 횟수 623
현재 버전 1.2
최근 업데이트 2023-04-12
출시 날짜 2023-04-12
개발자 jaymes86
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}