Text Speed-reading Extension

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

Qu'est-ce que Text Speed-reading Extension ?

Text Speed-reading Extension est une extension Chrome développée par joe44850, et sa fonction principale est "A Chrome extension that bolds parts of words to increase your reading speed".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text Speed-reading Extension

Téléchargez les fichiers d'extension Text Speed-reading Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Text Speed-reading Extension Text Speed-reading Extension
ID omdficelahogdlielanbfdcefpckabai
URL Officiel https://chromewebstore.google.com/detail/text-speed-reading-extens/omdficelahogdlielanbfdcefpckabai
Description A Chrome extension that bolds parts of words to increase your reading speed
Taille du Fichier 33.97 KB
Nombre d'Installations 55
Version Actuelle 1.1
Dernière Mise à Jour 2023-05-17
Date de Publication 2023-04-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur joe44850
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://joelinstrum.com
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vTpl8SFxETn9eMTG0ROqfHsDfx48wbYjggVleV3On9em4lYHnCn06-NmtFIM3MEskYBmywfjVyZheFO/pub
Langues Prises en Charge 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"
            ]
        }
    ]
}