Bold Reading

Read faster online by making the first 3 letters of every word bold.

O que é Bold Reading?

Bold Reading é uma extensão do Chrome desenvolvida por catander, e sua principal característica é "Read faster online by making the first 3 letters of every word bold.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bold Reading

Baixe arquivos de extensão Bold Reading 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 reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

Informações Básicas da Extensão

Nome Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
URL Oficial https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
Descrição Read faster online by making the first 3 letters of every word bold.
Tamanho do Arquivo 24.76 KB
Contagem de Instalações 1,457
Versão Atual 1.0
Última Atualização 2023-04-16
Data de Publicação 2023-04-16
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor catander
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 Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}