Bionic Reader

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

Was ist Bionic Reader?

Bionic Reader ist eine Chrome-Erweiterung, die von finanamanuel1 entwickelt wurde, und ihr Hauptmerkmal ist "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Erweiterungsscreenshots

screenshot
screenshot

Bionic Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bionic Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Offizielle URL https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Beschreibung Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Dateigröße 10.83 KB
Installationsanzahl 43
Aktuelle Version 1.0
Letztes Update 2023-05-09
Veröffentlichungsdatum 2023-05-08
Entwickler finanamanuel1
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}