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