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 to jest Boldify Reading Assistant?

Boldify Reading Assistant to rozszerzenie Chrome opracowane przez diganta.dey2013, a jego główną funkcją jest „This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Boldify Reading Assistant

Pobierz pliki rozszerzeń Boldify Reading Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Oficjalny URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Opis This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Rozmiar pliku 14.81 KB
Liczba instalacji 25
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-19
Data Publikacji 2023-04-18
Deweloper diganta.dey2013
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}