Readable - dyslexia helper

Dyslexia helper extension

Apa itu Readable - dyslexia helper?

Readable - dyslexia helper adalah ekstensi Chrome yang dikembangkan oleh https://readablelabs.com, dan fitur utamanya adalah "Dyslexia helper extension".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Readable - dyslexia helper

Unduh file ekstensi Readable - dyslexia helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
URL Resmi https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
Deskripsi Dyslexia helper extension
Ukuran File 302 KB
Jumlah Instalasi 487
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2023-01-10
Tanggal Publikasi 2022-04-08
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://readablelabs.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://readablelabs.com/
URL Halaman Kebijakan Privasi http://presentation.readablelabs.com/Ee2
Bahasa yang Didukung 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"
            ]
        }
    ]
}