Visual ARIA

Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.

Visual ARIA là gì?

Visual ARIA là một tiện ích mở rộng Chrome được phát triển bởi Laurence Lewis, và tính năng chính của nó là "Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visual ARIA

Tải xuống các tệp mở rộng Visual ARIA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visual ARIA Visual ARIA
ID lhbmajchkkmakajkjenkchhnhbadmhmk
URL Chính Thức https://chromewebstore.google.com/detail/visual-aria/lhbmajchkkmakajkjenkchhnhbadmhmk
Mô tả Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management.
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 3,365
Phiên Bản Hiện Tại 2302.2.9
Cập Nhật Lần Cuối 2022-10-08
Ngày Phát Hành 2020-04-19
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Laurence Lewis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.whatsock.com/
URL Trang Trợ Giúp https://github.com/accdc/visual-aria
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}