ADHD Zapper

Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.

Что такое ADHD Zapper?

ADHD Zapper - это расширение Chrome, разработанное Kristian Tud, и его основная функция - "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

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

screenshot
screenshot

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

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

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

                        This extension is intended to help those who often have troubles staying focused when reading huge blocks of texts (people with ADHD, Dyslexia, etc). By zapping the page, half of every word becomes bolded, and the bolded texts serve as a focus point that users can fixate on, with hopes of eliminating distractions when reading.                    

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

Название ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
Официальный URL https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Описание Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Размер файла 31.16 KB
Количество установок 578
Текущая Версия 1.0.1
Последнее Обновление 2023-03-23
Дата публикации 2023-03-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Kristian Tud
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ADHD Zapper",
    "description": "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "action": {
        "default_title": "ADHD Zapper",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "lightning.png"
    }
}