OpenWAX

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

Qu'est-ce que OpenWAX ?

OpenWAX est une extension Chrome développée par mctenshi, et sa fonction principale est "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OpenWAX

Téléchargez les fichiers d'extension OpenWAX 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

                        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                    

Informations de Base sur l'Extension

Nom OpenWAX OpenWAX
ID bfahpbmaknaeohgdklfbobogpdngngoe
URL Officiel https://chromewebstore.google.com/detail/openwax/bfahpbmaknaeohgdklfbobogpdngngoe
Description OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
Taille du Fichier 66.23 KB
Nombre d'Installations 24,599
Version Actuelle 2.0.10
Dernière Mise à Jour 2022-04-19
Date de Publication 2014-06-05
Évaluation 4.27/5 Total 26 Évaluations
Développeur mctenshi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://goonoo.github.io/OpenWAX/
URL de la Page d'Aide https://goonoo.github.io/OpenWAX/
Langues Prises en Charge 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"
    ]
}