Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Что такое Dyslexia Aid?

Dyslexia Aid - это расширение Chrome, разработанное http://nathancorbyn.com, и его основная функция - "Color filter that can be applied to any web page to aid in reading".

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

screenshot
screenshot

Скачать файл CRX расширения Dyslexia Aid

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

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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

Основная информация о расширении

Название Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Официальный URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Описание Color filter that can be applied to any web page to aid in reading
Размер файла 1.42 MB
Количество установок 1,000
Текущая Версия 0.1.5
Последнее Обновление 2016-02-12
Дата публикации 2016-02-12
Рейтинг 2.33/5 Всего 9 оценок
Разработчик http://nathancorbyn.com
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}