Visual ARIA
Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.
Visual ARIAคืออะไร?
Visual ARIA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laurence Lewis และคุณลักษณะหลักของมันคือ "Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual ARIA
ดาวน์โหลดไฟล์ส่วนขยาย Visual ARIA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visual ARIA allows engineers, testers, educators, and students to physically observe ARIA usage within web technologies, including ARIA 1.1 structural, live region, and widget roles, proper nesting and focus management, plus requisite and optional supporting attributes to aid in development. Distributed under the terms of the Open Source Initiative OSI - MIT License. Developed and maintained by: Bryan Garaventa https://www.linkedin.com/in/bgaraventa Or on Twitter at https://twitter.com/bryanegaraventa Chrome Extension by Laurence Lewis Version 2302.2.9 - Fix checkbox issue cause by Chrome 106.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Visual ARIA |
ID | lhbmajchkkmakajkjenkchhnhbadmhmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/visual-aria/lhbmajchkkmakajkjenkchhnhbadmhmk |
คำอธิบาย | Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management. |
ขนาดไฟล์ | 315 KB |
จำนวนการติดตั้ง | 3,365 |
เวอร์ชันปัจจุบัน | 2302.2.9 |
อัปเดตครั้งล่าสุด | 2022-10-08 |
วันที่เผยแพร่ | 2020-04-19 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Laurence Lewis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.whatsock.com/ |
URL หน้าช่วยเหลือ | https://github.com/accdc/visual-aria |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visual ARIA", "short_name": "VA", "version": "2302.2.9", "manifest_version": 3, "description": "Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/visual-aria\/lhbmajchkkmakajkjenkchhnhbadmhmk\/related", "author": "Visual ARIA by Bryan Garaventa (@accdc). Extention by Laurence Lewis (@LaurenceRLewis)", "minimum_chrome_version": "92", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "default_title": "Visual ARIA" }, "permissions": [ "storage", "activeTab", "scripting" ] } |