Universal Accessibility Toolkit
Universal Accessibility Toolkit
Universal Accessibility Toolkitคืออะไร?
Universal Accessibility Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jdoonan และคุณลักษณะหลักของมันคือ "Universal Accessibility Toolkit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Universal Accessibility Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย Universal Accessibility Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Universal Accessibility Toolkit provides users with a comprehensive selection of tools to fulfil all their accessibility needs in one easy to use extension. Tools included: - Text To Speech - Highlight any text on the page and click the button to read it aloud - Text Increase - Text Decrease - Zoom Increase - Zoom Decrease - Highlight Links - Readable Fonts - Invert - Black & White - High Contrast
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ibnimmmaidfeigmfalpbfmkkidphepjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/universal-accessibility-t/ibnimmmaidfeigmfalpbfmkkidphepjg |
คำอธิบาย | Universal Accessibility Toolkit |
ขนาดไฟล์ | 65.53 KB |
จำนวนการติดตั้ง | 786 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2018-04-10 |
วันที่เผยแพร่ | 2018-04-10 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | jdoonan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Universal Accessibility Toolkit", "description": "Universal Accessibility Toolkit", "author": "Jack Doonan", "version": "1.9", "permissions": [ "tts", "activeTab" ], "browser_action": { "default_icon": "128-logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.js" ] } ], "manifest_version": 2 } |