WAVE Evaluation Tool

Evaluate web accessibility within your browser.

什麼是WAVE Evaluation Tool?

WAVE Evaluation Tool是由WebAIM開發的Chrome擴展程式,該擴展的主要功能是“Evaluate web accessibility within your browser.”。

擴展截圖

screenshot

下載WAVE Evaluation Tool擴展crx文件

下載WAVE Evaluation Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WAVE is a web accessibility evaluation tool developed by WebAIM.org. It provides visual feedback about the accessibility of your web content by injecting icons and indicators into your page. No automated tool can tell you if your page is accessible, but WAVE facilitates human evaluation and educates about accessibility issues. All analysis is done entirely within the Chrome browser allowing secure valuation of intranet, local, password protected, and other sensitive web pages.

To run a WAVE report, simply click on the WAVE icon to the right of your browser address bar, or select "WAVE this page" from the context menu.

WAVE errors align with WCAG 2.2 failures. The WAVE interface facilitates human evaluation of many other aspects of accessibility and Web Content Accessibility Guidelines and Section 508 compliance.

Version 3.2.5.3 (February 2024) fixes numerous minor bugs and adds testing refinements. Some hidden inputs are no longer incorrectly flagged as not labeled.

Version 3.2.4.4 (October 2023) fixes a few minor bugs with testing hidden content and with the sidebar contrast tools.

Version 3.2.3.9 (June 2023) removes the warning message on UserWay pages due to them removing code that changes page content when the WAVE extension is activated.

Version 3.2.3.8 (June 2023) includes numerous accessibility test enhancements, several minor bug fixes, and simplification of the contrast checking tools. Users are informed that WAVE results may be manipulated on pages that utilize UserWay or accessiBe overlays.

Version 3.2.3 (March 2023) includes several minor bug fixes. A previous update to test for contrast errors in hidden elements has been reverted. While this was useful for finding contrast errors in drop-down menus, tab panels, dialog windows, etc., identification of errors in hidden elements caused user confusion and, in some rare cases, false positives.

Version 3.2 (December 2022) includes over 100 bug fixes and performance enhancements. The extension no longer utilizes jQuery, resulting in faster testing and better compatibility with a variety of pages. A new Navigation Order panel is available that shows the navigation order, element roles, and accessible names (what is read by a screen reader) for all navigable elements.

Version 3.1.6 (October 2021) includes numerous bug fixes and test rule enhancements for better testing contrast (filters, background images, and other complex color definitions are better handled), document language (IANA-defined language values are now tested), empty links and buttons (better ARIA support for accessible name computations), broken ARIA references, etc., etc. Performance and accessibility has been improved.

Version 3.1.3 (November 2020) includes performance enhancements and fixes several minor bugs, including fixes for multiple alerts for some pseudo-lists and disabled controls being incorrectly flagged for contrast failures.

Version 3.1.2 (October 2020) fixes several minor bugs, including with the Structure tab sometimes incorrectly showing no structure, and improves performance and accessibility testing reliability.

Version 3.1 (September 2020) includes new accessibility tests (region, figure, possible list, select element missing label, and image with title), improved contrast checking, expanded lang attribute value checking, and numerous other bug fixes and improvements.

Version 3.0.9 (July 2020) includes numerous bug fixes, improved accessibility, and improved color contrast checking including fewer false positives and expanded contrast checking for form inputs.                    

擴展基本資訊

名稱 WAVE Evaluation Tool WAVE Evaluation Tool
ID jbbplnpkjmmeebjpijfedlgcdilocofh
官方網址 https://chromewebstore.google.com/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh
簡介 Evaluate web accessibility within your browser.
檔案大小 353 KB
安裝次數 586,606
目前版本 3.2.5.3
更新時間 2024-02-09
上架時間 2020-04-20
評分 4.14/5 共 138 次評分
開發者 WebAIM
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wave.webaim.org/
說明頁面URL https://wave.webaim.org/help
隱私政策頁面URL https://wave.webaim.org/terms
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAVE Evaluation Tool",
    "short_name": "WAVE",
    "description": "Evaluate web accessibility within your browser.",
    "version": "3.2.5.3",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [],
    "web_accessible_resources": [
        "img\/*",
        "styles\/*",
        "chrome\/*",
        "background.js",
        "inject.js",
        "sidebar.html",
        "wave.min.js",
        "sidebar.min.js"
    ],
    "browser_action": {
        "default_title": "WAVE",
        "default_icon": {
            "16": "\/img\/wave16bk.png",
            "32": "\/img\/wave32bk.png",
            "64": "\/img\/wave64bk.png"
        }
    },
    "commands": {
        "toggle-extension": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Send a 'toggle-extension' event to the extension"
        }
    },
    "icons": {
        "16": "\/img\/wave16.png",
        "32": "\/img\/wave32.png",
        "48": "\/img\/wave48.png",
        "64": "\/img\/wave64.png",
        "96": "\/img\/wave96.png",
        "128": "\/img\/wave128.png"
    },
    "manifest_version": 2
}