Visual ARIA
Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.
什麼是Visual ARIA?
Visual ARIA是由Laurence Lewis開發的Chrome擴展程式,該擴展的主要功能是“Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.”。
擴展截圖
下載Visual ARIA擴展crx文件
下載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 |
官方網址 | 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" ] } |