ReadEaseM3

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

Hvad er ReadEaseM3?

ReadEaseM3 er en Chrome-udvidelse udviklet af nickboulbuisness, og dens hovedfunktion er "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ReadEaseM3-udvidelses-CRX-fil

Download ReadEaseM3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Officiel URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Beskrivelse Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Filstørrelse 963 KB
Antal Installationer 30
Nuværende Version 1.0.0
Senest Opdateret 2023-05-10
Udgivelsesdato 2023-05-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler nickboulbuisness
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}