Bionic Reader

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

Cos'è Bionic Reader?

Bionic Reader è un'estensione di Chrome sviluppata da finanamanuel1, e la sua funzione principale è "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bionic Reader

Scarica i file di estensione Bionic Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
URL Ufficiale https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Descrizione Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Dimensione del File 10.83 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2023-05-08
Sviluppatore finanamanuel1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}