ReadEaseM3

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

Cos'è ReadEaseM3?

ReadEaseM3 è un'estensione di Chrome sviluppata da nickboulbuisness, e la sua funzione principale è "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ReadEaseM3

Scarica i file di estensione ReadEaseM3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
URL Ufficiale https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Descrizione Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Dimensione del File 963 KB
Conteggio Installazioni 30
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-05-10
Data di Pubblicazione 2023-05-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nickboulbuisness
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}