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.”。

扩展截图

screenshot
screenshot

下载Lazy Eye Reader扩展crx文件

下载Lazy Eye Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}