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 |
公式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 |
Eメール | [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" ] } |