Lazy Eye Reader
Web reader for treating ambloypia. Increases font size and recolors individual words to red or blue. Requires 3D red-blue glasses.
Lazy Eye Reader란 무엇입니까?
Lazy Eye Reader은(는) Spartimous에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web reader for treating ambloypia. Increases font size and recolors individual words to red or blue. Requires 3D red-blue glasses."입니다.
확장 프로그램 스크린샷
Lazy Eye Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In the past, children would wear an eye patch over their dominant eye to treat lazy eye (amblyopia). The treatment wasn't effective for adults. Today, people of all ages with amblyopia can improve the condition through antisupression therapy. This Chrome extension enables a form of antisupression therapy. It randomly recolors individual words on a webpage to red or blue. When wearing 3D red-blue glasses, a person's left eye can only see red text while a person's right eye can only see blue text. This forces eyes to work together to make sense of a block of text. Train your eyes while reading the daily news or your favorite blog post : ) Detailed Instructions: • Click the extension icon to open the settings window. • Select from the font size and font color options. • Recolor the webpage by clicking "Update page" or "Update page and save settings". • If settings are saved, turn on the toggle at the top right-hand corner to recolor a page whenever the extension's opened. Disclaimer: I have had amblyopia since childhood; however, I'm not an optometrist! Consult your optometrist for more personalized advice.
확장 프로그램 기본 정보
이름 | Lazy Eye Reader |
ID | modeppgkmcnljacnelpgbfcmeilomocj |
공식 URL | https://chromewebstore.google.com/detail/lazy-eye-reader/modeppgkmcnljacnelpgbfcmeilomocj |
설명 | Web reader for treating ambloypia. Increases font size and recolors individual words to red or blue. Requires 3D red-blue glasses. |
파일 크기 | 29.13 KB |
설치 횟수 | 401 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2018-09-10 |
출시 날짜 | 2018-09-09 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Spartimous |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lazy Eye Reader", "description": "Web reader for treating ambloypia. Increases font size and recolors individual words to red or blue. Requires 3D red-blue glasses.", "version": "0.0.2", "icons": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "browser_action": { "default_icon": "icon_16x16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "popup.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ] } |