OpenWAX
OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
什麼是OpenWAX?
OpenWAX是由mctenshi開發的Chrome擴展程式,該擴展的主要功能是“OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.”。
擴展截圖
下載OpenWAX擴展crx文件
下載OpenWAX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | OpenWAX |
ID | bfahpbmaknaeohgdklfbobogpdngngoe |
官方網址 | https://chromewebstore.google.com/detail/openwax/bfahpbmaknaeohgdklfbobogpdngngoe |
簡介 | OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem. |
檔案大小 | 66.23 KB |
安裝次數 | 24,599 |
目前版本 | 2.0.10 |
更新時間 | 2022-04-19 |
上架時間 | 2014-06-05 |
評分 | 4.27/5 共 26 次評分 |
開發者 | mctenshi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://goonoo.github.io/OpenWAX/ |
說明頁面URL | https://goonoo.github.io/OpenWAX/ |
支援的語言 | 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" ] } |