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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays ARIA used in web technologies, includes live region, and widget roles, proper nesting and focus management."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Visual ARIA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |