Bionic Reader

Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.

Co to jest Bionic Reader?

Bionic Reader to rozszerzenie Chrome opracowane przez finanamanuel1, a jego główną funkcją jest „Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bionic Reader

Pobierz pliki rozszerzeń Bionic Reader 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

                        Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Oficjalny URL https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Opis Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Rozmiar pliku 10.83 KB
Liczba instalacji 43
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-09
Data Publikacji 2023-05-08
Deweloper finanamanuel1
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": "Bionic Reader",
    "version": "1.0",
    "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    }
}