Antisuppression Reading Bars

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

Что такое Antisuppression Reading Bars?

Antisuppression Reading Bars - это расширение Chrome, разработанное ktmellow, и его основная функция - "Produces customizable reading bars over browser window for antisuppression vision therapy supplement".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Antisuppression Reading Bars

Скачайте файлы расширений Antisuppression Reading Bars в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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