Bold Reader

Bold Reader Enhance your online reading experience with half-bolded words! Bold Reader is designed to make reading text on web…

Bold Reader란 무엇입니까?

Bold Reader은(는) agmakosz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bold Reader Enhance your online reading experience with half-bolded words! Bold Reader is designed to make reading text on web…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Bold Reader

Enhance your online reading experience with half-bolded words!

Bold Reader is designed to make reading text on web pages easier and more accessible. This free-to-use Chrome extension transforms the text of web pages by making the first half of every word bold, creating a unique visual cue that can help improve reading speed and comprehension.

This tool is beneficial for people with any form of neurodivergence where this kind of formatting can aid reading. Whether you struggle with dyslexia, ADHD, or any other condition that can make reading on a screen challenging, Bold Reader is here to help make your online reading experience better.

Key Features:
- One-click activation: Bold Reader works on any web page with a simple click.
- User-friendly: Simple, clutter-free design makes it easy to use.
- Secure: The extension only activates when you choose to use it and does not collect or store any personal data.

This extension is a completely free tool, developed with the sole aim of offering help to anyone who could benefit from it. There are no commercial interests attached to this project.

Instructions:
1. Install the Bold Reader extension.
2. Navigate to any web page.
3. Click on the Bold Reader icon to activate the extension and enhance the readability of the page.

Bold Reader is a product of an experiment to explore the ways artificial intelligence, specifically OpenAI's GPT-4, can be used to contribute to making the web more accessible. The creation of Bold Reader involved coding advice and guidance from GPT-4 to an otherwise hapless amateur coder, but the extension itself operates independently without any AI components.

Install Bold Reader today and make your online reading experience better! I am very open to feedback and suggestions to improve the tool, so feel free to reach out.                    

확장 프로그램 기본 정보

이름 Bold Reader Bold Reader
ID mhcaanbbgcjmknckdnjepncjgobccogi
공식 URL https://chromewebstore.google.com/detail/bold-reader/mhcaanbbgcjmknckdnjepncjgobccogi
설명 Bold Reader Enhance your online reading experience with half-bolded words! Bold Reader is designed to make reading text on web…
파일 크기 15.84 KB
설치 횟수 258
현재 버전 1.0
최근 업데이트 2023-07-23
출시 날짜 2023-07-23
개발자 agmakosz
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reader",
    "version": "1.0",
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}