Bionic Reader

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

Co je Bionic Reader?

Bionic Reader je rozšíření Chrome vyvinuté finanamanuel1, a jeho hlavní funkcí je „Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Bionic Reader

Stáhněte si soubory rozšíření Bionic Reader 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í

                        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.                    

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

Název Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Oficiální URL https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Popis Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Velikost souboru 10.83 KB
Počet instalací 43
Aktuální Verze 1.0
Poslední Aktualizace 2023-05-09
Datum Vydání 2023-05-08
Vývojář finanamanuel1
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": "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"
        }
    }
}