Text Speed-reading Extension

A Chrome extension that bolds parts of words to increase your reading speed

Cos'è Text Speed-reading Extension?

Text Speed-reading Extension è un'estensione di Chrome sviluppata da joe44850, e la sua funzione principale è "A Chrome extension that bolds parts of words to increase your reading speed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text Speed-reading Extension

Scarica i file di estensione Text Speed-reading Extension 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

                        Introducing the new chrome extension that can boost your reading speed! Our extension bolds the first few letters of every word on a webpage within text paragraphs, making it easier for you to scan through the text and identify the most important words. Studies have shown that this technique can significantly increase your reading speed, making it perfect for students, professionals, and anyone who wants to read faster and more efficiently. Try it out today and experience the benefits of this simple yet powerful tool!                    

Informazioni di Base sull'Estensione

Nome Text Speed-reading Extension Text Speed-reading Extension
ID omdficelahogdlielanbfdcefpckabai
URL Ufficiale https://chromewebstore.google.com/detail/text-speed-reading-extens/omdficelahogdlielanbfdcefpckabai
Descrizione A Chrome extension that bolds parts of words to increase your reading speed
Dimensione del File 33.97 KB
Conteggio Installazioni 55
Versione Corrente 1.1
Ultimo Aggiornamento 2023-05-17
Data di Pubblicazione 2023-04-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore joe44850
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://joelinstrum.com
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vTpl8SFxETn9eMTG0ROqfHsDfx48wbYjggVleV3On9em4lYHnCn06-NmtFIM3MEskYBmywfjVyZheFO/pub
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Speed-reading Extension",
    "version": "1.1",
    "description": "A Chrome extension that bolds parts of words to increase your reading speed",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js",
                "addSpeedRead.js",
                "removeSpeedRead.js"
            ]
        }
    ]
}