Dyslexia Simulator
Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
Dyslexia Simulatorคืออะไร?
Dyslexia Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dyslexia Simulator
ดาวน์โหลดไฟล์ส่วนขยาย Dyslexia Simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                                             ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | pfbbcdngibbkelcbiafcdaiddgbhhaaf | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf | 
| คำอธิบาย | Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility. | 
| ขนาดไฟล์ | 34.01 KB | 
| จำนวนการติดตั้ง | 35 | 
| เวอร์ชันปัจจุบัน | 2.0 | 
| อัปเดตครั้งล่าสุด | 2017-10-09 | 
| วันที่เผยแพร่ | 2017-10-09 | 
| ผู้พัฒนา | Unknown | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dyslexia Simulator",
    "description": "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "shuffle text"
    },
    "manifest_version": 2
}  |  |