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…

Was ist Boldify Reading Assistant?

Boldify Reading Assistant ist eine Chrome-Erweiterung, die von diganta.dey2013 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Erweiterungsscreenshots

screenshot

Boldify Reading Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boldify Reading Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Offizielle URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Beschreibung This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Dateigröße 14.81 KB
Installationsanzahl 25
Aktuelle Version 1.0
Letztes Update 2023-04-19
Veröffentlichungsdatum 2023-04-18
Entwickler diganta.dey2013
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}