Website Accessibility Checker
Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Wat is Website Accessibility Checker?
Website Accessibility Checker is een Chrome-extensie ontwikkeld door Joel Saupe, en de belangrijkste functie is "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".
Download het CRX-bestand van de extensie Website Accessibility Checker
Download Website Accessibility Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Officiële URL | https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Beschrijving | Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues. |
Bestandsgrootte | 69.77 KB |
Aantal Installaties | 215 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-04-27 |
Publicatiedatum | 2017-04-27 |
Ontwikkelaar | Joel Saupe |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |