taba11y
Visualise tab order with ease
taba11yคืออะไร?
taba11y เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Gould และคุณลักษณะหลักของมันคือ "Visualise tab order with ease"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย taba11y
ดาวน์โหลดไฟล์ส่วนขยาย taba11y ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
taba11y calculates the tab order of all elements and displays it visually, either by drawing a path or by highlighting the elements. It has many options to suit every situation. Tab order is important for a wide range of users, from keyboard-only to screenreader users. By ensuring that the tab order is logical, you can provide a great user experience for as many people as possible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | taba11y |
ID | aocppmckdocdjkphmofnklcjhdidgmga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taba11y/aocppmckdocdjkphmofnklcjhdidgmga |
คำอธิบาย | Visualise tab order with ease |
ขนาดไฟล์ | 205 KB |
จำนวนการติดตั้ง | 7,109 |
เวอร์ชันปัจจุบัน | 1.20 |
อัปเดตครั้งล่าสุด | 2022-09-28 |
วันที่เผยแพร่ | 2020-06-23 |
คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Peter Gould |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.twitter.com/qualityisking |
URL หน้าช่วยเหลือ | https://www.twitter.com/qualityisking |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "taba11y", "version": "1.20", "description": "Visualise tab order with ease", "browser_action": { "default_title": "taba11y - Visualise tab order with ease", "default_popup": "popup.min.html" }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "canvas.min.css", "clipboard.png", "external-link.png", "facebook.png", "infinite.png", "linkedin.png", "logo.png", "logo-animated.gif", "logo-white-16.png", "logo-white-32.png", "sticky.png", "tippy-shift-away.min.css", "twitter.png", "warning.png", "whatsapp.png" ] } |