Readable - dyslexia helper

Dyslexia helper extension

O que é Readable - dyslexia helper?

Readable - dyslexia helper é uma extensão do Chrome desenvolvida por https://readablelabs.com, e sua principal característica é "Dyslexia helper extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Readable - dyslexia helper

Baixe arquivos de extensão Readable - dyslexia helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
URL Oficial https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
Descrição Dyslexia helper extension
Tamanho do Arquivo 302 KB
Contagem de Instalações 487
Versão Atual 1.3.2
Última Atualização 2023-01-10
Data de Publicação 2022-04-08
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://readablelabs.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://readablelabs.com/
URL da Página de Política de Privacidade http://presentation.readablelabs.com/Ee2
Idiomas Suportados 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"
            ]
        }
    ]
}