Bionic Reader

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

Hvad er Bionic Reader?

Bionic Reader er en Chrome-udvidelse udviklet af finanamanuel1, og dens hovedfunktion er "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Bionic Reader-udvidelses-CRX-fil

Download Bionic Reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Officiel URL https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Beskrivelse Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Filstørrelse 10.83 KB
Antal Installationer 43
Nuværende Version 1.0
Senest Opdateret 2023-05-09
Udgivelsesdato 2023-05-08
Udvikler finanamanuel1
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}