A11y quick check
Easy to use quick checks to identify potential accessibility issues.
ما هو A11y quick check؟
A11y quick check هو إضافة Chrome تم تطويرها بواسطة a11y-quick-check-publishers، والميزة الرئيسية لها هي "Easy to use quick checks to identify potential accessibility issues.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة A11y quick check
قم بتنزيل ملفات الامتداد A11y quick check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A11y Quick Check is a testing tool that exposes accessibility issues to provide a high level check to help meet the requirements of the WCAG guidelines and coding best practices. Every effort has been made to ensure the checks accurately identify both invalid code practices and failures in meeting the WCAG Guidelines. However, some false positive reporting may occur. Version: 2501.2024.03.04 View the 'About A11y Quick Check' link at the foot of the extension for the latest updates.
معلومات أساسية عن التمديد
الاسم | A11y quick check |
ID | jlamgighkcjniljcdfpnhiemcakibepi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/a11y-quick-check/jlamgighkcjniljcdfpnhiemcakibepi |
الوصف | Easy to use quick checks to identify potential accessibility issues. |
حجم الملف | 235 KB |
عدد التثبيتات | 215 |
النسخة الحالية | 2501.2024.03.04 |
آخر تحديث | 2024-03-03 |
تاريخ النشر | 2023-10-15 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | a11y-quick-check-publishers |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "A11y quick check", "short_name": "A11y quick check", "version": "2501.2024.03.04", "version_name": "2501.2024.03.04", "manifest_version": 3, "description": "Easy to use quick checks to identify potential accessibility issues.", "author": "Original idea and developer Laurence Lewis (@LaurenceRLewis). Developer Marcus Helvig (@MarcusP-P)", "minimum_chrome_version": "92", "icons": { "16": "extension\/icons\/icon-16.png", "48": "extension\/icons\/icon-48.png", "128": "extension\/icons\/icon-128.png" }, "action": { "default_popup": "extension\/ui\/popup.html", "default_icon": { "16": "extension\/icons\/icon-16.png", "48": "extension\/icons\/icon-48.png" }, "default_title": "A11y Quick Check" }, "permissions": [ "storage", "activeTab", "scripting", "webNavigation" ], "host_permissions": [ " |