Web Content Accessibility Guidelines (WCAG) Inspector is a comprehensive, single-purpose Chrome Extension powered by the industry-standard axe-core engine. Designed for developers, designers, and QA testers, WCAGI makes it incredibly easy to identify, debug, and resolve accessibility issues directly within your browser.
- 🛡️ Automated WCAG Auditing: Run comprehensive checks against WCAG 2.1 and 2.2 standards (Levels A, AA, and AAA).
- 🎛️ Dedicated DevTools Panel: Easily navigate through categorized accessibility modules:
- Page Structure
- Tables & Grids
- Forms & Labels
- Images (Alt text)
- Links & ARIA
- Color Contrast
- 👁️ Visual Assist Overlays: Inject CSS directly into the page to visually debug issues:
- Linearize: Collapse layout to verify logical reading order.
- Text Spacing: Test if layout breaks when spacing is overridden (WCAG 1.4.12).
- Enhanced Focus: Inject high-visibility focus indicators.
- Target Size: Visualize actionable target boundaries (WCAG 2.5.8).
- ⚡ Live Scan Mode: Automatically rescan the page on load or refresh—perfect for rapid development cycles.
- 🚀 On-Page Widget: Launch a lightweight widget directly on the page for a quick accessibility summary without opening DevTools.
- 📊 CSV Export: Export full audit reports for issue tracking and team collaboration.
(Note: The official Chrome Web Store link will be added here once the extension is published.)
- Install WCAGI Chrome Extension from the official Chrome Web Store.
- Pin for Easy Access: After installation, click the puzzle piece icon in your Chrome toolbar and Pin WCAGI so it's always available when you need to run an audit.
- Quick Summary: Click the WCAGI icon in your Chrome toolbar to launch the on-page Widget.
- Deep Dive Analysis: Open Chrome Developer Tools (F12 or
Ctrl+Shift+I/Cmd+Opt+I) and navigate to the dedicated WCAGI tab. - Navigate between modules in the sidebar to view categorized issues.
- Click on any issue in the table to open the details drawer and highlight the failing element directly on the page.
Want to see WCAGI in action? We have a purposefully inaccessible demo site available to help you explore the extension's capabilities: 👉 Launch WCAGI Test Site
This extension respects your privacy.
- Zero Data Collection: Absolutely no data is collected, tracked, or transferred.
- Local Processing: All scans are performed locally within your browser using the embedded axe-core engine.
- No External Servers: It does not communicate with external servers or require cloud processing.
- No Browsing History Access: It only runs on the specific page you choose to inspect.
- Automated Scope: Like all automated accessibility scanners, WCAGI can only detect roughly 30% to 40% of WCAG violations. Manual testing (e.g., keyboard-only navigation and screen reader testing) is still strictly required to achieve full compliance.
- Restricted Pages: Chrome security policies prevent this extension from scanning internal browser pages (e.g.,
chrome://,chrome-extension://) or the Chrome Web Store itself.
This project is open-source and available under the MIT License. Powered by the open-source axe-core accessibility engine.