taba11y
Visualise tab order with ease
Qu'est-ce que taba11y ?
taba11y est une extension Chrome développée par Peter Gould, et sa fonction principale est "Visualise tab order with ease".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension taba11y
Téléchargez les fichiers d'extension taba11y au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
taba11y calculates the tab order of all elements and displays it visually, either by drawing a path or by highlighting the elements. It has many options to suit every situation. Tab order is important for a wide range of users, from keyboard-only to screenreader users. By ensuring that the tab order is logical, you can provide a great user experience for as many people as possible.
Informations de Base sur l'Extension
Nom | taba11y |
ID | aocppmckdocdjkphmofnklcjhdidgmga |
URL Officiel | https://chromewebstore.google.com/detail/taba11y/aocppmckdocdjkphmofnklcjhdidgmga |
Description | Visualise tab order with ease |
Taille du Fichier | 205 KB |
Nombre d'Installations | 7,109 |
Version Actuelle | 1.20 |
Dernière Mise à Jour | 2022-09-28 |
Date de Publication | 2020-06-23 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | Peter Gould |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.twitter.com/qualityisking |
URL de la Page d'Aide | https://www.twitter.com/qualityisking |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "taba11y", "version": "1.20", "description": "Visualise tab order with ease", "browser_action": { "default_title": "taba11y - Visualise tab order with ease", "default_popup": "popup.min.html" }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "canvas.min.css", "clipboard.png", "external-link.png", "facebook.png", "infinite.png", "linkedin.png", "logo.png", "logo-animated.gif", "logo-white-16.png", "logo-white-32.png", "sticky.png", "tippy-shift-away.min.css", "twitter.png", "warning.png", "whatsapp.png" ] } |