Focus Reader

A variety of tools to improve text readability and comprehension.

Focus Reader란 무엇입니까?

Focus Reader은(는) effiegguenther에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A variety of tools to improve text readability and comprehension."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Focus Reader is a chrome extension that lets the user reformat the text on any webpage. These reformatting tools can improve reading speed and focus for everyone, but they are specifically designed to combat challenges of ADD/ADHD and dyslexia. 

Tool #1: Bionic Reading

Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points. As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word. The user can click a switch which reformats larger blocks of text on the website to Bionic Reading.

Tool #2: Easy to read fonts

Some webpages might be in hard to read fonts. This tool lets the user select a famously easy to read font - Arial, Helvetica, or Comic Sans MS - from a drop down menu.


Tool #3/4: Adjust letter and line spacing

These + and - buttons allow the user to adjust the spacing between letters and lines on the webpage. There is no maximum, but there is a minimum for each which prevents the user from making the text completely unreadable.                    

확장 프로그램 기본 정보

이름 Focus Reader Focus Reader
ID djjnfjnonjmmhphcajhljpkoccaljjjl
공식 URL https://chromewebstore.google.com/detail/focus-reader/djjnfjnonjmmhphcajhljpkoccaljjjl
설명 A variety of tools to improve text readability and comprehension.
파일 크기 7.94 KB
설치 횟수 410
현재 버전 1.0
최근 업데이트 2023-05-17
출시 날짜 2023-05-17
평점 5.00/5 총 3 개의 평점
개발자 effiegguenther
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Reader",
    "version": "1.0",
    "author": "effieguenther",
    "action": {
        "default_icon": {
            "30": "images\/icons8-font-size-30.png"
        },
        "default_popup": "popup.html",
        "scripts": [
            "popup.js"
        ],
        "default_title": "Focus Reader"
    },
    "description": "A variety of tools to improve text readability and comprehension.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "chrome:\/\/*\/*",
        "chrome-extension:\/\/*\/*"
    ]
}