Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

O que é Reverse Half Bold?

Reverse Half Bold é uma extensão do Chrome desenvolvida por jaymes86, e sua principal característica é "A tool to help a special someone improve their reading focus and comprehension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reverse Half Bold

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

                        Half Bold literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

Informações Básicas da Extensão

Nome Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
URL Oficial https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Descrição A tool to help a special someone improve their reading focus and comprehension.
Tamanho do Arquivo 134 KB
Contagem de Instalações 623
Versão Atual 1.2
Última Atualização 2023-04-12
Data de Publicação 2023-04-12
Desenvolvedor jaymes86
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": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}