Bionic Reader

Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.

O que é Bionic Reader?

Bionic Reader é uma extensão do Chrome desenvolvida por finanamanuel1, e sua principal característica é "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bionic Reader

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

                        Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.                    

Informações Básicas da Extensão

Nome Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
URL Oficial https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Descrição Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Tamanho do Arquivo 10.83 KB
Contagem de Instalações 43
Versão Atual 1.0
Última Atualização 2023-05-09
Data de Publicação 2023-05-08
Desenvolvedor finanamanuel1
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": "Bionic Reader",
    "version": "1.0",
    "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    }
}