Website Accessibility Checker
Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Vad är Website Accessibility Checker?
Website Accessibility Checker är en Chrome-tillägg utvecklad av Joel Saupe, och dess huvudfunktion är "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".
Ladda ner Website Accessibility Checker-förlängningens CRX-fil
Ladda ner Website Accessibility Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Officiell webbadress | https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Beskrivning | Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues. |
Filstorlek | 69.77 KB |
Antal Installationer | 215 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-04-27 |
Publiceringsdatum | 2017-04-27 |
Utvecklare | Joel Saupe |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |