Bold Reader

Bold Reader Enhance your online reading experience with half-bolded words! Bold Reader is designed to make reading text on web…

O que é Bold Reader?

Bold Reader é uma extensão do Chrome desenvolvida por agmakosz, e sua principal característica é "Bold Reader Enhance your online reading experience with half-bolded words! Bold Reader is designed to make reading text on web…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bold Reader

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

                        Bold Reader

Enhance your online reading experience with half-bolded words!

Bold Reader is designed to make reading text on web pages easier and more accessible. This free-to-use Chrome extension transforms the text of web pages by making the first half of every word bold, creating a unique visual cue that can help improve reading speed and comprehension.

This tool is beneficial for people with any form of neurodivergence where this kind of formatting can aid reading. Whether you struggle with dyslexia, ADHD, or any other condition that can make reading on a screen challenging, Bold Reader is here to help make your online reading experience better.

Key Features:
- One-click activation: Bold Reader works on any web page with a simple click.
- User-friendly: Simple, clutter-free design makes it easy to use.
- Secure: The extension only activates when you choose to use it and does not collect or store any personal data.

This extension is a completely free tool, developed with the sole aim of offering help to anyone who could benefit from it. There are no commercial interests attached to this project.

Instructions:
1. Install the Bold Reader extension.
2. Navigate to any web page.
3. Click on the Bold Reader icon to activate the extension and enhance the readability of the page.

Bold Reader is a product of an experiment to explore the ways artificial intelligence, specifically OpenAI's GPT-4, can be used to contribute to making the web more accessible. The creation of Bold Reader involved coding advice and guidance from GPT-4 to an otherwise hapless amateur coder, but the extension itself operates independently without any AI components.

Install Bold Reader today and make your online reading experience better! I am very open to feedback and suggestions to improve the tool, so feel free to reach out.                    

Informações Básicas da Extensão

Nome Bold Reader Bold Reader
ID mhcaanbbgcjmknckdnjepncjgobccogi
URL Oficial https://chromewebstore.google.com/detail/bold-reader/mhcaanbbgcjmknckdnjepncjgobccogi
Descrição Bold Reader Enhance your online reading experience with half-bolded words! Bold Reader is designed to make reading text on web…
Tamanho do Arquivo 15.84 KB
Contagem de Instalações 258
Versão Atual 1.0
Última Atualização 2023-07-23
Data de Publicação 2023-07-23
Desenvolvedor agmakosz
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": "Bold Reader",
    "version": "1.0",
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}