OpenWAX

OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.

O que é OpenWAX?

OpenWAX é uma extensão do Chrome desenvolvida por mctenshi, e sua principal característica é "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OpenWAX

Baixe arquivos de extensão OpenWAX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.

OpenWAX can diagnose following accessibility problems.
* Text Alternatives of , , CSS Background
* Use of color
* Contrast
* Data Table
* Shortcut
* Language of page
* Keyboard focus
* Page title
* Frame title
* Heading elements
* Skip navigation
* Link text
* Label
* Markup validation error for a11y                    

Informações Básicas da Extensão

Nome OpenWAX OpenWAX
ID bfahpbmaknaeohgdklfbobogpdngngoe
URL Oficial https://chromewebstore.google.com/detail/openwax/bfahpbmaknaeohgdklfbobogpdngngoe
Descrição OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
Tamanho do Arquivo 66.23 KB
Contagem de Instalações 24,599
Versão Atual 2.0.10
Última Atualização 2022-04-19
Data de Publicação 2014-06-05
Classificação 4.27/5 Total de 26 Avaliações
Desenvolvedor mctenshi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://goonoo.github.io/OpenWAX/
URL da Página de Ajuda https://goonoo.github.io/OpenWAX/
Idiomas Suportados en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenWAX",
    "version": "2.0.10",
    "description": "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.",
    "action": {
        "default_icon": "logo_19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "19": "logo_19.png",
        "48": "logo_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "achecker.css"
            ],
            "js": [
                "lib\/Section.js",
                "lib\/Sections.js",
                "i18n.js",
                "achecker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}