DigitalA11Y Tublets
DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages.
Τι είναι το DigitalA11Y Tublets;
Το DigitalA11Y Tublets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://digitala11y.com, και η κύρια λειτουργία του είναι "DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DigitalA11Y Tublets
Λήψη αρχείων επέκτασης DigitalA11Y Tublets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing DigitalA11Y Tublets, your go-to companion for swiftly identifying accessibility flaws in code semantics. Whether you're a developer, accessibility expert, or any professional in the accessibility sphere, this extension is tailor-made for you! What sets DigitalA11Y Tublets apart? It empowers you to: 1.Illuminate semantic structures like tables, landmarks, headings, and lists. 2.Pinpoint form fields and relevant defects. 3.Highlight images with or without alt text, aiding in evaluating the meaningfulness of alt text values. 4.Spotlight CSS background images, enabling you to assess the necessity for text alternatives. 5.Assist in conducting keyboard testing with focus highlights. 6.Highlight anchor tags lacking href attributes. 7.Identify elements utilizing the tabindex attribute. 8.Recognize elements employing the HTML title attribute. 9.Facilitate testing for WCAG 2.1 SC 1.3.5 Autocomplete, ensuring proper autocomplete attributes in form fields. 10.Aid in testing WCAG 2.2 SC 2.5.8 Target Size (Minimum). 11.Support testing for WCAG 2.1 SC 1.4.12: Text Spacing. 12.Simplify evaluating the focus order of web pages with intuitive ease. 13.Identify the language of the page and its segments. What more does it offer? It's absolutely free! This tool is a time-saver during manual accessibility audits. For novices and non-screen reader a11y testers, it's the ideal starting point! Remember, DigitalA11Y Tublets is here to streamline your accessibility analysis process, making it efficient and accessible for all.
Βασικές Πληροφορίες Επέκτασης
Όνομα | DigitalA11Y Tublets |
ID | ccjeccodophadokglbdcinabgkiiakjh |
Επίσημο URL | https://chromewebstore.google.com/detail/digitala11y-tublets/ccjeccodophadokglbdcinabgkiiakjh |
Περιγραφή | DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages. |
Μέγεθος Αρχείου | 162 KB |
Αριθμός Εγκαταστάσεων | 1,300 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2023-11-20 |
Ημερομηνία Δημοσίευσης | 2023-01-25 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://digitala11y.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.digitala11y.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.digitala11y.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.digitala11y.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DigitalA11Y Tublets", "description": "DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages.", "version": "1.2", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "data\/jquery.js" ], "matches": [ " |