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."입니다.

확장 프로그램 스크린샷

screenshot

Visual ARIA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}