Text Speed-reading Extension

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

What is Text Speed-reading Extension?

Text Speed-reading Extension is a Chrome extension developed by joe44850, and its main feature is "A Chrome extension that bolds parts of words to increase your reading speed".

Extension Screenshots

screenshot

Download Text Speed-reading Extension Extension CRX File

Download Text Speed-reading Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Text Speed-reading Extension Text Speed-reading Extension
ID omdficelahogdlielanbfdcefpckabai
Official URL https://chromewebstore.google.com/detail/text-speed-reading-extens/omdficelahogdlielanbfdcefpckabai
Description A Chrome extension that bolds parts of words to increase your reading speed
File Size 33.97 KB
Installation Count 55
Current Version 1.1
Last Updated 2023-05-17
Publish Date 2023-04-19
Rating 5.00/5 Total 2 Ratings
Developer joe44850
Email [email protected]
Payment Type free
Extension Website https://joelinstrum.com
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vTpl8SFxETn9eMTG0ROqfHsDfx48wbYjggVleV3On9em4lYHnCn06-NmtFIM3MEskYBmywfjVyZheFO/pub
Supported Languages 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"
            ]
        }
    ]
}