Better Read

Use Better Read to read more quickly and efficiently!

Better Read란 무엇입니까?

Better Read은(는) https://devanshu.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Better Read to read more quickly and efficiently!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Enhance Your Web Reading Experience!

Better Read bolds the first half of words on webpages. This emphasizes beginnings, boosting reading speed and focus, guiding you through content efficiently.

Control your experience with adjustable settings. Choose boldness for your comfort and pace. Pick word spacing - seamless or gapped - refining comprehension and speed. You can even personalize text color to suit your taste.

1. Quicker Reading: Bolded starts hasten text scanning, enhancing reading speed.
2. Tailored Experience: Adjust boldness, spacing, and text color to your style.
3. Accessibility: Beneficial for speed and reading challenges.
4. Effortless Integration: Enhances all pages without manual activation.

Unleash accelerated reading with Better Read. Install now for an elevated reading experience!                    

확장 프로그램 기본 정보

이름 Better Read Better Read
ID cljjkfaholaoekimkjjnnnppojmdcacc
공식 URL https://chromewebstore.google.com/detail/better-read/cljjkfaholaoekimkjjnnnppojmdcacc
설명 Use Better Read to read more quickly and efficiently!
파일 크기 13.28 KB
설치 횟수 94
현재 버전 0.0.0.2
최근 업데이트 2023-09-17
출시 날짜 2023-06-12
평점 5.00/5 총 6 개의 평점
개발자 https://devanshu.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://devanshu.xyz/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Read",
    "description": "Use Better Read to read more quickly and efficiently!",
    "author": "Devanshu Sen Pandey",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Better Read"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}