LineSight

HackTheU Project - 2018. Chrome extension that aids in lazy eye therapy.

LineSightคืออะไร?

LineSight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "HackTheU Project - 2018. Chrome extension that aids in lazy eye therapy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LineSight

ดาวน์โหลดไฟล์ส่วนขยาย LineSight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Amblyopia (Lazy-Eye) occurs during early development, usually caused by a defect in one of the eyes. Over time, the brain suppresses its visual information, prioritizing input from the good eye. Without therapy, the worse eye’s visual acuity persistently deteriorates to a certain point or, in some cases, goes completely blind. When the original defect is rectified,  the brain accepts information from the lazy eye.  This relies on the brain's ability to retrain itself (Neuroplasticity), which is much greater in children.

Recent studies have found that although adult brains don’t retain the same levels of neuroplasticity as children, they do still have the ability to retrain using binocular training techniques and that visual acuity may improve.  The basis of the binocular training technique is using the eyes collaboratively together instead of training one or the other (e.g. monocular – patching). Improving binocular vision ultimately improves the lazy eye.

Both adults and children suffering from amblyopia can greatly benefit from a binocular vision therapy application. After unsatisfactory experiences with similar applications, I am driven to improve their flaws by building a well functioning and customizable application.

LineSight  is an extension downloadable from the Chrome Web Store. It is designed to be used in conjunction with 3D Anaglyph or medical grade red-green glasses. When enabled, users can select between a red-green bar training layout and an alternating colored-text layout. 

These layouts train binocular vision. 3D Anaglyph and red-green glasses have different colored lenses over each eye. This allows an eye to read red or greed, or red or blue text, but not both. 

Currently, the project is compatible with Wikipedia, Medium, New York Times, Kindle, Reddit, and Stack Overflow. The extension is compatible with more websites, but these websites were mainly used to test.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LineSight LineSight
ID geagnejlmbeeccfkkldgpdmbdnpboeph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linesight/geagnejlmbeeccfkkldgpdmbdnpboeph
คำอธิบาย HackTheU Project - 2018. Chrome extension that aids in lazy eye therapy.
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2018-09-09
วันที่เผยแพร่ 2018-09-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LineSight",
    "version": "0.0.0.1",
    "description": "HackTheU Project - 2018. Chrome extension that aids in lazy eye therapy.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    }
}