Better Read

Use Better Read to read more quickly and efficiently!

O que é Better Read?

Better Read é uma extensão do Chrome desenvolvida por https://devanshu.xyz, e sua principal característica é "Use Better Read to read more quickly and efficiently!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Better Read

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

                        Enhance Your Web Reading Experience!

Better Read bolds the first half of words on webpages. This emphasizes beginnings, boosting reading speed and focus, guiding you through content efficiently.

Control your experience with adjustable settings. Choose boldness for your comfort and pace. Pick word spacing - seamless or gapped - refining comprehension and speed. You can even personalize text color to suit your taste.

1. Quicker Reading: Bolded starts hasten text scanning, enhancing reading speed.
2. Tailored Experience: Adjust boldness, spacing, and text color to your style.
3. Accessibility: Beneficial for speed and reading challenges.
4. Effortless Integration: Enhances all pages without manual activation.

Unleash accelerated reading with Better Read. Install now for an elevated reading experience!                    

Informações Básicas da Extensão

Nome Better Read Better Read
ID cljjkfaholaoekimkjjnnnppojmdcacc
URL Oficial https://chromewebstore.google.com/detail/better-read/cljjkfaholaoekimkjjnnnppojmdcacc
Descrição Use Better Read to read more quickly and efficiently!
Tamanho do Arquivo 13.28 KB
Contagem de Instalações 94
Versão Atual 0.0.0.2
Última Atualização 2023-09-17
Data de Publicação 2023-06-12
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://devanshu.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://devanshu.xyz/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Read",
    "description": "Use Better Read to read more quickly and efficiently!",
    "author": "Devanshu Sen Pandey",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Better Read"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}