Website Accessibility Checker
Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Was ist Website Accessibility Checker?
Website Accessibility Checker ist eine Chrome-Erweiterung, die von Joel Saupe entwickelt wurde, und ihr Hauptmerkmal ist "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".
Website Accessibility Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Website Accessibility Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Offizielle URL | https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Beschreibung | Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues. |
Dateigröße | 69.77 KB |
Installationsanzahl | 215 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-04-27 |
Veröffentlichungsdatum | 2017-04-27 |
Entwickler | Joel Saupe |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |