Accessibility View
Accessibility View converts an arbitrary website into its accessibility relevant form.
Vad är Accessibility View?
Accessibility View är en Chrome-tillägg utvecklad av https://dword-design.de, och dess huvudfunktion är "Accessibility View converts an arbitrary website into its accessibility relevant form.".
Tilläggsskärmbilder
Ladda ner Accessibility View-förlängningens CRX-fil
Ladda ner Accessibility View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ekpmnemcmjcimpnmofmiaeoggjkjohjg |
| Officiell webbadress | https://chromewebstore.google.com/detail/accessibility-view/ekpmnemcmjcimpnmofmiaeoggjkjohjg |
| Beskrivning | Accessibility View converts an arbitrary website into its accessibility relevant form. |
| Filstorlek | 140 KB |
| Antal Installationer | 717 |
| Aktuell Version | 1.3.13 |
| Senast Uppdaterad | 2020-10-01 |
| Publiceringsdatum | 2020-06-09 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://dword-design.de |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |