Accessibility View
Accessibility View converts an arbitrary website into its accessibility relevant form.
Qu'est-ce que Accessibility View ?
Accessibility View est une extension Chrome développée par https://dword-design.de, et sa fonction principale est "Accessibility View converts an arbitrary website into its accessibility relevant form.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Accessibility View
Téléchargez les fichiers d'extension Accessibility View 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
Have you ever wanted to see a website's structure from the view of a screen reader but without actually having to start a screen reader? Accessible View converts an arbitrary website into its accessibility relevant form. Think of it like a representation from the view of a screen reader. That means that it reverts any frontend adjustments and only shows things like: • HTML5 structural elements like hav, header, main, footer, aside or articles • Forms and form inputs • Links • Lists • role attributes • Hides aria-hidden elements • Hides display: none elements WIP: • Show aria-labels • Hint on missing image alt attributes • Hint on title attributes since they are not well supported by screen readers
Informations de Base sur l'Extension
Nom | Accessibility View |
ID | ekpmnemcmjcimpnmofmiaeoggjkjohjg |
URL Officiel | https://chromewebstore.google.com/detail/accessibility-view/ekpmnemcmjcimpnmofmiaeoggjkjohjg |
Description | Accessibility View converts an arbitrary website into its accessibility relevant form. |
Taille du Fichier | 140 KB |
Nombre d'Installations | 717 |
Version Actuelle | 1.3.13 |
Dernière Mise à Jour | 2020-10-01 |
Date de Publication | 2020-06-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://dword-design.de |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accessibility View", "version": "1.3.13", "description": "Accessibility View converts an arbitrary website into its accessibility relevant form.", "manifest_version": 2, "icons": { "128": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "content.js" ], "matches": [ " |