Dyslex
dyslexia aid
Dyslexคืออะไร?
Dyslex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patrickschloesser และคุณลักษณะหลักของมันคือ "dyslexia aid "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dyslex
ดาวน์โหลดไฟล์ส่วนขยาย Dyslex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | geamcicnokmmpmmjjfjghmjienhlkkjc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc |
คำอธิบาย | dyslexia aid |
ขนาดไฟล์ | 75.8 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-09-24 |
วันที่เผยแพร่ | 2018-09-24 |
ผู้พัฒนา | patrickschloesser |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dyslex", "description": "dyslexia aid ", "version": "1.1", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/d.png", "32": "images\/d.png", "48": "images\/d.png", "128": "images\/d.png" } }, "icons": { "16": "images\/d.png", "32": "images\/d.png", "48": "images\/d.png", "128": "images\/d.png" }, "background": { "scripts": [ "content.js", "popup.js" ], "persistent": true } } |