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…

Hvad er Boldify Reading Assistant?

Boldify Reading Assistant er en Chrome-udvidelse udviklet af diganta.dey2013, og dens hovedfunktion er "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Udvidelsesskærmbilleder

screenshot

Download Boldify Reading Assistant-udvidelses-CRX-fil

Download Boldify Reading Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Officiel URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Beskrivelse This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Filstørrelse 14.81 KB
Antal Installationer 25
Nuværende Version 1.0
Senest Opdateret 2023-04-19
Udgivelsesdato 2023-04-18
Udvikler diganta.dey2013
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}