kwcag a11y inspector
kwcag 2.1.3 test
What is kwcag a11y inspector?
kwcag a11y inspector is a Chrome extension developed by bearholmes, and its main feature is "kwcag 2.1.3 test".
Extension Screenshots
Download kwcag a11y inspector Extension CRX File
Download kwcag a11y inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
KWCAG 2.1의 2.1.3 조작 가능 검사항목을 측정하기 위한 기능 제공 1.3.3 텍스트 콘텐츠의 명도 대비 검사항목을 측정시 도움될 수 있는 보조 기능 제공 * 주의사항 : 아쉽게도 크롬의 특성상 iframe, frame 내부 문서는 확인할 수 없습니다. * 확장프로그램 아이콘을 우클릭하면 수동계산을 하실 수 있습니다. // 190314 일부 오류 수정. // 230317 구글 정책변경 대응
Extension Basic Information
Name | kwcag a11y inspector |
ID | ngcmkfaolkgkjbddhjnhgoekgaamjibo |
Official URL | https://chromewebstore.google.com/detail/kwcag-a11y-inspector/ngcmkfaolkgkjbddhjnhgoekgaamjibo |
Description | kwcag 2.1.3 test |
File Size | 2.78 MB |
Installation Count | 1,093 |
Current Version | 0.12.0 |
Last Updated | 2023-03-20 |
Publish Date | 2019-03-14 |
Developer | bearholmes |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "kwcag a11y inspector", "description": "kwcag 2.1.3 test", "version": "0.12.0", "icons": { "16": "img\/16.png", "22": "img\/22.png", "24": "img\/24.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128-crap.png" }, "action": { "default_icon": "img\/16.png", "default_title": "kwcag a11y inspector" }, "background": { "service_worker": "js\/service-worker.js" }, "options_ui": { "page": "option.html", "browser_style": true }, "permissions": [ "contextMenus", "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |