OpenWAX
OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
What is OpenWAX?
OpenWAX is a Chrome extension developed by mctenshi, and its main feature is "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.".
Extension Screenshots
Download OpenWAX Extension CRX File
Download OpenWAX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | OpenWAX |
ID | bfahpbmaknaeohgdklfbobogpdngngoe |
Official URL | 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. |
File Size | 66.23 KB |
Installation Count | 24,599 |
Current Version | 2.0.10 |
Last Updated | 2022-04-19 |
Publish Date | 2014-06-05 |
Rating | 4.27/5 Total 26 Ratings |
Developer | mctenshi |
[email protected] | |
Payment Type | free |
Extension Website | https://goonoo.github.io/OpenWAX/ |
Help Page URL | https://goonoo.github.io/OpenWAX/ |
Supported Languages | 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" ] } |