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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |