OpenDyslexic Font for Chrome
Format pages using the OpenDyslexic font and low contrast help
OpenDyslexic Font for Chromeคืออะไร?
OpenDyslexic Font for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maltsevaevgenya81 และคุณลักษณะหลักของมันคือ "Format pages using the OpenDyslexic font and low contrast help"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenDyslexic Font for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย OpenDyslexic Font for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open-Dyslexic is a font created to increase readability for readers with dyslexia. This extension overrides all fonts on web pages with the OpenDyslexic font and formats pages to be more readable. Your brain can sometimes do funny things to letters. OpenDyslexic tries to help prevent some of these things from happening. Letters have heavy weighted bottoms to add a kind of "gravity" to each letter. You are able to quickly figure out which part of the letter is down because of this feature. It aids in recognizing the correct letter and sometimes helps to keep your brain from rotating them around. Consistently weighted bottoms can also help reinforce the line of text. The unique shapes of each letter can help prevent confusion by flipping and swapping.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kplpcbodojdjlejmkfbghifakoinigie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/opendyslexic-font-for-chr/kplpcbodojdjlejmkfbghifakoinigie |
คำอธิบาย | Format pages using the OpenDyslexic font and low contrast help |
ขนาดไฟล์ | 520 KB |
จำนวนการติดตั้ง | 36,732 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-09-13 |
วันที่เผยแพร่ | 2021-05-27 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | maltsevaevgenya81 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/19V5zNjJ2YEY8CCNRQLEwDEIohq56qYWfHQiKhrFOGzs |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.1", "default_locale": "en", "manifest_version": 3, "homepage_url": "https:\/\/www.extensionsforyou.com\/", "background": { "service_worker": "\/scripts\/background.js", "type": "module" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "all_frames": true, "exclude_globs": [ "*:\/\/docs.google.com\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "\/scripts\/content.js" ] } ], "action": { "default_popup": "index.html", "default_icon": "images\/icons\/icon-128.png" }, "icons": { "128": "images\/icons\/icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "web_accessible_resources": [ { "resources": [ "\/images\/icons\/icon-128.png", "\/fonts\/opendyslexic\/OpenDyslexic-Bold.otf", "\/fonts\/opendyslexic\/OpenDyslexic-BoldItalic.otf", "\/fonts\/opendyslexic\/OpenDyslexic-Italic.otf", "\/fonts\/opendyslexic\/OpenDyslexic-Regular.otf", "\/fonts\/opendyslexic\/OpenDyslexicMono-Regular.otf", "\/styles\/core\/opendyslexic-regular.css", "\/styles\/core\/opendyslexic-bold.css", "\/styles\/core\/opendyslexic-italic.css" ], "matches": [ " |