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…

Qu'est-ce que Boldify Reading Assistant ?

Boldify Reading Assistant est une extension Chrome développée par diganta.dey2013, et sa fonction principale est "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Boldify Reading Assistant

Téléchargez les fichiers d'extension Boldify Reading Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
URL Officiel https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Description This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Taille du Fichier 14.81 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-19
Date de Publication 2023-04-18
Développeur diganta.dey2013
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}