ReadEaseM3

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

Co je ReadEaseM3?

ReadEaseM3 je rozšíření Chrome vyvinuté nickboulbuisness, a jeho hlavní funkcí je „Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ReadEaseM3

Stáhněte si soubory rozšíření ReadEaseM3 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Oficiální URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Popis Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Velikost souboru 963 KB
Počet instalací 30
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-05-10
Datum Vydání 2023-05-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář nickboulbuisness
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}