Bionic Reader

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

Wat is Bionic Reader?

Bionic Reader is een Chrome-extensie ontwikkeld door finanamanuel1, en de belangrijkste functie is "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bionic Reader

Download Bionic Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Officiële URL https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Beschrijving Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Bestandsgrootte 10.83 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-09
Publicatiedatum 2023-05-08
Ontwikkelaar finanamanuel1
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}