Boldify Reading Assistant

This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…

O que é Boldify Reading Assistant?

Boldify Reading Assistant é uma extensão do Chrome desenvolvida por diganta.dey2013, e sua principal característica é "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Boldify Reading Assistant

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

                        This extension will convert first 2-3 characters of every word bold, which will help you to read faster.

These are the issues which you may face in this version,
1. Some sites styling may break
2. There is not reset option, you have to disable the extension

In next update we will resolve these issue.

Please send me email @ [email protected] if you face any bug or need any feature.                    

Informações Básicas da Extensão

Nome Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
URL Oficial https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Descrição This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Tamanho do Arquivo 14.81 KB
Contagem de Instalações 25
Versão Atual 1.0
Última Atualização 2023-04-19
Data de Publicação 2023-04-18
Desenvolvedor diganta.dey2013
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": "Boldify Reading Assistant",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}