Oswald
The revolutionary tool for accessible reading.
Oswaldคืออะไร?
Oswald เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oswald Foundation และคุณลักษณะหลักของมันคือ "The revolutionary tool for accessible reading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oswald
ดาวน์โหลดไฟล์ส่วนขยาย Oswald ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Oswald is the revolutionary tool for accessible reading. 1. Learning Disabilities Based on the specifications provided by the British Dyslexia Association and the World Wide Web Consortium, Oswald automatically corrects the typography, contrast ratios, and other visual elements on a webpage to make reading easier for users with learning disabilities. Users can also customize Oswald’s properties based on their personal preferences. 2. Visual Impairment On the press of a button (or a key), Oswald extracts all relevant content on a webpage and reads it out in a language of the user’s choice. Oswald can also translate that text into another language, and visually impaired users only have to press a few keyboard shortcuts for all of this. 3. Senior Citizens Senior citizens who are not used to browsing the web can switch to Oswald’s Reading Mode which removes all unnecessary links, ads, and popups, and presents the relevant content in a beautiful readable format. They can also easily change the font size and contrasts based on their eye defects. 4. Everyone Else Oswald is incredibly customizable, and users can easily change all properties and styles like text color, font family, and image contrasts for a consistent experience across the web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Oswald |
ID | ibonfikdhfajjmcaoiecaoaomnngamfn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oswald/ibonfikdhfajjmcaoiecaoaomnngamfn |
คำอธิบาย | The revolutionary tool for accessible reading. |
ขนาดไฟล์ | 381 KB |
จำนวนการติดตั้ง | 335 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2016-08-15 |
วันที่เผยแพร่ | 2016-08-14 |
คะแนน | 4.10/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Oswald Foundation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://oswald.foundation |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oswald", "description": "The revolutionary tool for accessible reading.", "version": "0.2", "homepage_url": "https:\/\/getoswald.xyz", "browser_action": { "default_title": "Oswald", "default_icon": "icon-disabled.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "customize.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |