Easy Bold Reader

Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!

Was ist Easy Bold Reader?

Easy Bold Reader ist eine Chrome-Erweiterung, die von owenkleinmaier entwickelt wurde, und ihr Hauptmerkmal ist "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!".

Erweiterungsscreenshots

screenshot
screenshot

Easy Bold Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Bold 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

                        The Easy Bold Reader extension is designed to enhance the readability and accessibility of online content such as articles using the Easy Bold method. This method involves bolding the first half of words which has been scientifically proven to help the brain both read faster and comprehend better. This extension works on almost every website.

This extension is helpful for people that have trouble reading articles or large paragraphs in general, and can even help some people who struggle with reading due to ADHD.

All the user needs to do is toggle the "Enable" switch in the extension popup and refresh the page to enjoy the benefits of Easy Bold.

*Expansion to work on PDF's is in the works.*                    

Grundlegende Informationen zur Erweiterung

Name Easy Bold Reader Easy Bold Reader
ID oakpjlnlggmfdmdllhpdnbekgikjjaaj
Offizielle URL https://chromewebstore.google.com/detail/easy-bold-reader/oakpjlnlggmfdmdllhpdnbekgikjjaaj
Beschreibung Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!
Dateigröße 20.13 KB
Installationsanzahl 102
Aktuelle Version 0.5
Letztes Update 2023-10-26
Veröffentlichungsdatum 2023-10-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler owenkleinmaier
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": "Easy Bold Reader",
    "description": "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!",
    "version": "0.5",
    "icons": {
        "16": "16-icon.png",
        "32": "32-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}