ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

Was ist ReadEaseM3?

ReadEaseM3 ist eine Chrome-Erweiterung, die von nickboulbuisness entwickelt wurde, und ihr Hauptmerkmal ist "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ReadEaseM3-Erweiterungs-CRX-Datei herunterladen

Laden Sie ReadEaseM3-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

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

Grundlegende Informationen zur Erweiterung

Name ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Offizielle URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Beschreibung Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Dateigröße 963 KB
Installationsanzahl 30
Aktuelle Version 1.0.0
Letztes Update 2023-05-10
Veröffentlichungsdatum 2023-05-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler nickboulbuisness
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}