Boldify

Automatically makes the first half of every word on a page bold.

O que é Boldify?

Boldify é uma extensão do Chrome desenvolvida por sssillah1, e sua principal característica é "Automatically makes the first half of every word on a page bold.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Boldify

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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

Informações Básicas da Extensão

Nome Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
URL Oficial https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Descrição Automatically makes the first half of every word on a page bold.
Tamanho do Arquivo 33.54 KB
Contagem de Instalações 120
Versão Atual 1.0.0.1
Última Atualização 2023-05-19
Data de Publicação 2023-05-19
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor sssillah1
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}