Readable - dyslexia helper

Dyslexia helper extension

What is Readable - dyslexia helper?

Readable - dyslexia helper is a Chrome extension developed by https://readablelabs.com, and its main feature is "Dyslexia helper extension".

Extension Screenshots

screenshot
screenshot

Download Readable - dyslexia helper Extension CRX File

Download Readable - dyslexia helper 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

                        This extension is fantastic! It splits up the words in most parts of the internet to help people with Dyslexia learn to read.
Just click on “Add to Chrome” and start browsing and see how it changes your life!
Help with reading, ADHD, better than text to speech, or speech to text!                    

Extension Basic Information

Name Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
Official URL https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
Description Dyslexia helper extension
File Size 302 KB
Installation Count 487
Current Version 1.3.2
Last Updated 2023-01-10
Publish Date 2022-04-08
Rating 5.00/5 Total 5 Ratings
Developer https://readablelabs.com
Email [email protected]
Payment Type free
Extension Website https://readablelabs.com/
Privacy Policy Page URL http://presentation.readablelabs.com/Ee2
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readable - dyslexia helper",
    "version": "1.3.2",
    "description": "Dyslexia helper extension",
    "author": "Readable Labs",
    "icons": {
        "16": "icons\/readable-icon-16.png",
        "32": "icons\/readable-icon-32.png",
        "48": "icons\/readable-icon-48.png",
        "128": "icons\/readable-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Readable",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "readableDomMenu.css"
            ],
            "js": [
                "contentScript.js",
                "browser-polyfill.js",
                "readableDomMenu.js"
            ]
        }
    ]
}