Better Reading

Improve reading speed dramatically with this method. Excellent for people with ADHD.

O que é Better Reading?

Better Reading é uma extensão do Chrome desenvolvida por miguelpsdev, e sua principal característica é "Improve reading speed dramatically with this method. Excellent for people with ADHD.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Better Reading

Baixe arquivos de extensão Better Reading 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

                        Boost your reading speed, comprehension, and focus with the Better Reading Chrome extension. This innovative tool, inspired by Bionic Reading, empowers you to read up to twice as fast without sacrificing understanding.

Better Reading strategically highlights the initial letters of words in bold, enabling your brain to automatically complete the words. This method helps you swiftly scan and digest large volumes of text, making it less overwhelming.

Ideal for students, professionals, and especially beneficial for individuals with ADHD, Better Reading reduces distractions and boosts focus. This ADHD-friendly tool aids in information retention and comprehension, helping users stay on track and absorb more from their reading.                    

Informações Básicas da Extensão

Nome Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
URL Oficial https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
Descrição Improve reading speed dramatically with this method. Excellent for people with ADHD.
Tamanho do Arquivo 20.35 KB
Contagem de Instalações 30
Versão Atual 0.2
Última Atualização 2023-05-23
Data de Publicação 2023-05-23
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor miguelpsdev
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": "Better Reading",
    "version": "0.2",
    "description": "Improve reading speed dramatically with this method. Excellent for people with ADHD.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}