ADHD Zapper

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

O que é ADHD Zapper?

ADHD Zapper é uma extensão do Chrome desenvolvida por Kristian Tud, e sua principal característica é "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ADHD Zapper

Baixe arquivos de extensão ADHD Zapper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
URL Oficial https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Descrição Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Tamanho do Arquivo 31.16 KB
Contagem de Instalações 578
Versão Atual 1.0.1
Última Atualização 2023-03-23
Data de Publicação 2023-03-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Kristian Tud
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}