Antisuppression Reading Bars

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

Antisuppression Reading Bars란 무엇입니까?

Antisuppression Reading Bars은(는) ktmellow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Produces customizable reading bars over browser window for antisuppression vision therapy supplement"입니다.

확장 프로그램 스크린샷

screenshot

Antisuppression Reading Bars 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}