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…

Co je Boldify Reading Assistant?

Boldify Reading Assistant je rozšíření Chrome vyvinuté diganta.dey2013, a jeho hlavní funkcí je „This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Boldify Reading Assistant

Stáhněte si soubory rozšíření Boldify Reading Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Oficiální URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Popis This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Velikost souboru 14.81 KB
Počet instalací 25
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-19
Datum Vydání 2023-04-18
Vývojář diganta.dey2013
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}