Readable - dyslexia helper

Dyslexia helper extension

Readable - dyslexia helperคืออะไร?

Readable - dyslexia helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://readablelabs.com และคุณลักษณะหลักของมันคือ "Dyslexia helper extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readable - dyslexia helper

ดาวน์โหลดไฟล์ส่วนขยาย Readable - dyslexia helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
คำอธิบาย Dyslexia helper extension
ขนาดไฟล์ 302 KB
จำนวนการติดตั้ง 487
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-01-10
วันที่เผยแพร่ 2022-04-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://readablelabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://readablelabs.com/
URL หน้านโยบายความเป็นส่วนตัว http://presentation.readablelabs.com/Ee2
ภาษาที่รองรับ 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"
            ]
        }
    ]
}