Website Accessibility Checker
Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
What is Website Accessibility Checker?
Website Accessibility Checker is a Chrome extension developed by Joel Saupe, and its main feature is "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".
Download Website Accessibility Checker Extension CRX File
Download Website Accessibility Checker 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
Accessibility is becoming more, and more important on the web. Use this tool to evaluate your site and find ways you can improve accessibility and make your site as useable as possible to as many users as possible. Uses accesslint.js to find any accessibility issues on any site you're on. Just click on the Chrome Extension icon to trigger the tests, and open the developer console to see any issues that the current page may have.
Extension Basic Information
Name | |
ID | nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Official URL | https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Description | Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues. |
File Size | 69.77 KB |
Installation Count | 215 |
Current Version | 1.0.0 |
Last Updated | 2017-04-27 |
Publish Date | 2017-04-27 |
Developer | Joel Saupe |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Website Accessibility Checker", "description": "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "browser_action": [], "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |