Lazy Eye Training: Web Reader

Colors text on web pages red/blue for antisuppression vision therapy supplement. Requires 3D glasses.

Lazy Eye Training: Web Reader क्या है?

Lazy Eye Training: Web Reader https://lazyeyetraining.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Colors text on web pages red/blue for antisuppression vision therapy supplement. Requires 3D glasses."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lazy Eye Training: Web Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        http://lazyeyetraining.com/

Lazy Eye Website Reader is a new chrome extension that colors the text on web pages red/green, or red/blue to work to create a vision therapy activity out of any website. 

Now Supports Amazon Kindle Reader: 

https://read.amazon.com

It requires 3D anaglyph glasses to work. There are many available on Amazon - here's a link to a search that works well: 

Amazon: 3D Anaglyph Glasses
https://goo.gl/jC6R1t

Amazon: 3D Anaglyph Clip Ons
https://goo.gl/wXkOMJ


Note: This extension is not meant to diagnose or treat lazy eye completely in itself.  It is intended to be used as part of a comprehensive therapy program as outlined by a qualified optometrist trained in the visual development system.

Other good kids sites are listed on our website: 

http://www.lazyeyetraining.com

IMPORTANT: In some patients it can result in double vision. Please consult your optometrist before using.                    

एक्सटेंशन की मूल जानकारी

नाम Lazy Eye Training: Web Reader Lazy Eye Training: Web Reader
ID dgglmnocacpmnagcpfliggljeejpmnin
आधिकारिक URL https://chromewebstore.google.com/detail/lazy-eye-training-web-rea/dgglmnocacpmnagcpfliggljeejpmnin
विवरण Colors text on web pages red/blue for antisuppression vision therapy supplement. Requires 3D glasses.
फ़ाइल का आकार 314 KB
स्थापना संख्या 215
वर्तमान संस्करण 2.1
अंतिम अपडेट 2021-09-27
प्रकाशन तिथि 2017-12-27
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर https://lazyeyetraining.com
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://bristolmarketing.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lazy Eye Training: Web Reader",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Colors text on web pages red\/blue for antisuppression vision therapy supplement. Requires 3D glasses.",
    "background": {
        "scripts": [
            "ExtPay.js",
            "context_menu.js"
        ]
    },
    "browser_action": {
        "default_title": "Lazy Eye Web Reader",
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/images\/icon_128.png",
        "48": ".\/images\/icon_48.png",
        "16": ".\/images\/icon_16.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/web_accessible_resources\/right_click.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "jquery-ui.css",
                "resizable.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "storage.js",
                "background.js",
                "ExtPay.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.meegenius.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "jquery-ui.css",
                "resizable.css",
                "sites\/meegenius.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "storage.js",
                "background.js",
                "ExtPay.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/read.amazon.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "jquery-ui.css",
                "resizable.css",
                "sites\/amazon.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "storage.js",
                "background.js",
                "ExtPay.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ]
}