Website Accessibility Checker
Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Τι είναι το Website Accessibility Checker;
Το Website Accessibility Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joel Saupe, και η κύρια λειτουργία του είναι "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".
Λήψη αρχείου CRX της επέκτασης Website Accessibility Checker
Λήψη αρχείων επέκτασης Website Accessibility Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Επίσημο URL | https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Περιγραφή | Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues. |
Μέγεθος Αρχείου | 69.77 KB |
Αριθμός Εγκαταστάσεων | 215 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2017-04-27 |
Ημερομηνία Δημοσίευσης | 2017-04-27 |
Προγραμματιστής | Joel Saupe |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } } |