Bionic Reader

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

Vad är Bionic Reader?

Bionic Reader är en Chrome-tillägg utvecklad av finanamanuel1, och dess huvudfunktion är "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bionic Reader-förlängningens CRX-fil

Ladda ner Bionic Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Officiell webbadress https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Beskrivning Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Filstorlek 10.83 KB
Antal Installationer 43
Aktuell Version 1.0
Senast Uppdaterad 2023-05-09
Publiceringsdatum 2023-05-08
Utvecklare finanamanuel1
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}