Antisuppression Reading Bars

Produces customizable reading bars over browser window for antisuppression vision therapy supplement

Antisuppression Reading Bars क्या है?

Antisuppression Reading Bars ktmellow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Produces customizable reading bars over browser window for antisuppression vision therapy supplement"।

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

screenshot

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

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

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

                        Created by Katie Low, Kristen Oda, and Carol Yu. 

Covers the page in red-green reading bars for antisuppression vision therapy. Meant to be used at home as supplemental treatment.

WARNING: Consult with optometrist or ophthalmologist before use. 

How To Use:
1. Turn off any screen color filters or adjustments (if computer display settings are customized).
2. Put on medical grade bichrome glasses.
3. Open web browser and click the red-green stripe icon in the upper right.
4. Peruse the web as normal with reading bars on screen. Follow instructions for reading bar antisuppression therapy, as provided by your vision therapy provider.
5. Customizability: you may right click the extension to go to the options and save different bar widths and colors that best work for your glasses or reading exercise.                    

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

नाम Antisuppression Reading Bars Antisuppression Reading Bars
ID kebomdjipbhpnlhamgnckhlobfgnabhk
आधिकारिक URL https://chromewebstore.google.com/detail/antisuppression-reading-b/kebomdjipbhpnlhamgnckhlobfgnabhk
विवरण Produces customizable reading bars over browser window for antisuppression vision therapy supplement
फ़ाइल का आकार 103 KB
स्थापना संख्या 3,170
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-12-25
प्रकाशन तिथि 2016-07-01
रेटिंग 3.90/5 कुल 10 रेटिंग्स
डेवलपर ktmellow
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://antisuppression.netlify.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Antisuppression Reading Bars",
    "version": "0.1.3",
    "manifest_version": 3,
    "description": "Produces customizable reading bars over browser window for antisuppression vision therapy supplement",
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "128": ".\/images\/icon_128.png"
    },
    "action": {
        "default_title": "toggle reading bars",
        "default_icon": ".\/images\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src 'none'; script-src 'self'; img-src 'self'; object-src 'none'"
    },
    "offline_enabled": true,
    "minimum_chrome_version": "103",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}