Readable - dyslexia helper

Dyslexia helper extension

Cos'è Readable - dyslexia helper?

Readable - dyslexia helper è un'estensione di Chrome sviluppata da https://readablelabs.com, e la sua funzione principale è "Dyslexia helper extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Readable - dyslexia helper

Scarica i file di estensione Readable - dyslexia helper 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
URL Ufficiale https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
Descrizione Dyslexia helper extension
Dimensione del File 302 KB
Conteggio Installazioni 487
Versione Corrente 1.3.2
Ultimo Aggiornamento 2023-01-10
Data di Pubblicazione 2022-04-08
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://readablelabs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://readablelabs.com/
URL della Pagina della Politica sulla Privacy http://presentation.readablelabs.com/Ee2
Lingue Supportate 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"
            ]
        }
    ]
}