Accessibility View
Accessibility View converts an arbitrary website into its accessibility relevant form.
Что такое Accessibility View?
Accessibility View - это расширение Chrome, разработанное https://dword-design.de, и его основная функция - "Accessibility View converts an arbitrary website into its accessibility relevant form.".
Снимки экрана расширения
Скачать файл CRX расширения Accessibility View
Скачайте файлы расширений Accessibility View в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ekpmnemcmjcimpnmofmiaeoggjkjohjg |
| Официальный URL | https://chromewebstore.google.com/detail/accessibility-view/ekpmnemcmjcimpnmofmiaeoggjkjohjg |
| Описание | Accessibility View converts an arbitrary website into its accessibility relevant form. |
| Размер файла | 140 KB |
| Количество установок | 717 |
| Текущая Версия | 1.3.13 |
| Последнее Обновление | 2020-10-01 |
| Дата публикации | 2020-06-09 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://dword-design.de |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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": [
" | |