ReadEaseM3

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

Wat is ReadEaseM3?

ReadEaseM3 is een Chrome-extensie ontwikkeld door nickboulbuisness, en de belangrijkste functie is "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ReadEaseM3

Download ReadEaseM3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Officiële URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Beschrijving Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Bestandsgrootte 963 KB
Aantal Installaties 30
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-05-10
Publicatiedatum 2023-05-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nickboulbuisness
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}