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…

Cos'è Boldify Reading Assistant?

Boldify Reading Assistant è un'estensione di Chrome sviluppata da diganta.dey2013, e la sua funzione principale è "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Boldify Reading Assistant

Scarica i file di estensione Boldify Reading Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
URL Ufficiale https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Descrizione This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Dimensione del File 14.81 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-19
Data di Pubblicazione 2023-04-18
Sviluppatore diganta.dey2013
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}