Easy Bold Reader

Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!

O que é Easy Bold Reader?

Easy Bold Reader é uma extensão do Chrome desenvolvida por owenkleinmaier, e sua principal característica é "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Bold Reader

Baixe arquivos de extensão Easy Bold Reader 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

                        The Easy Bold Reader extension is designed to enhance the readability and accessibility of online content such as articles using the Easy Bold method. This method involves bolding the first half of words which has been scientifically proven to help the brain both read faster and comprehend better. This extension works on almost every website.

This extension is helpful for people that have trouble reading articles or large paragraphs in general, and can even help some people who struggle with reading due to ADHD.

All the user needs to do is toggle the "Enable" switch in the extension popup and refresh the page to enjoy the benefits of Easy Bold.

*Expansion to work on PDF's is in the works.*                    

Informações Básicas da Extensão

Nome Easy Bold Reader Easy Bold Reader
ID oakpjlnlggmfdmdllhpdnbekgikjjaaj
URL Oficial https://chromewebstore.google.com/detail/easy-bold-reader/oakpjlnlggmfdmdllhpdnbekgikjjaaj
Descrição Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!
Tamanho do Arquivo 20.13 KB
Contagem de Instalações 102
Versão Atual 0.5
Última Atualização 2023-10-26
Data de Publicação 2023-10-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor owenkleinmaier
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": "Easy Bold Reader",
    "description": "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!",
    "version": "0.5",
    "icons": {
        "16": "16-icon.png",
        "32": "32-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}