A11y quick check
Easy to use quick checks to identify potential accessibility issues.
A11y quick check란 무엇입니까?
A11y quick check은(는) a11y-quick-check-publishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to use quick checks to identify potential accessibility issues."입니다.
확장 프로그램 스크린샷
A11y quick check 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |