Easy Bold Reader

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

Qu'est-ce que Easy Bold Reader ?

Easy Bold Reader est une extension Chrome développée par owenkleinmaier, et sa fonction principale est "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Bold Reader

Téléchargez les fichiers d'extension Easy Bold Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.*                    

Informations de Base sur l'Extension

Nom Easy Bold Reader Easy Bold Reader
ID oakpjlnlggmfdmdllhpdnbekgikjjaaj
URL Officiel https://chromewebstore.google.com/detail/easy-bold-reader/oakpjlnlggmfdmdllhpdnbekgikjjaaj
Description Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!
Taille du Fichier 20.13 KB
Nombre d'Installations 102
Version Actuelle 0.5
Dernière Mise à Jour 2023-10-26
Date de Publication 2023-10-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur owenkleinmaier
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}