Check1st: ADA Website Compliance Checker
Check1st: ADA Website Compliance Checker
Check1st: ADA Website Compliance Checker란 무엇입니까?
Check1st: ADA Website Compliance Checker은(는) https://user1st.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check1st: ADA Website Compliance Checker"입니다.
확장 프로그램 스크린샷
Check1st: ADA Website Compliance Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Check1st Developer Plugin for Google Chrome is a free, easy-to-use, automated testing tool for identifying HTML-based web content that does not comply with Web Content Accessibility Guidelines (WCAG) 2.1. Designed for developers and website administrators, Check1st ADA Website Compliance Checker flags both static and dynamic website content and web applications that are inaccessible to people with disabilities. This tool enables developers and site administrators and their QA, DevOps and product teams to seamlessly integrate their work with testing for web accessibility – all without needing to become an expert.
확장 프로그램 기본 정보
이름 | Check1st: ADA Website Compliance Checker |
ID | fdmmgnabliecegmbnmmihidbnmdjmflh |
공식 URL | https://chromewebstore.google.com/detail/check1st-ada-website-comp/fdmmgnabliecegmbnmmihidbnmdjmflh |
설명 | Check1st: ADA Website Compliance Checker |
파일 크기 | 1.44 MB |
설치 횟수 | 1,269 |
현재 버전 | 0.0.4.1 |
최근 업데이트 | 2020-10-09 |
출시 날짜 | 2020-01-15 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://user1st.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Check1st: ADA Website Compliance Checker", "description": "Check1st: ADA Website Compliance Checker", "version": "0.0.4.1", "manifest_version": 2, "permissions": [ "background", "tabs", "cookies", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/48.png", "default_title": "Press to scan page for accessibility problems" }, "icons": { "16": "img\/16.png", "48": "img\/48.png" }, "web_accessible_resources": [ "css\/IframeScanResult.css", "css\/issuesWindow.css", "css\/login.css", "css\/signup.css" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/loader.js", "js\/LocatorsBuilder.js" ], "css": [ "css\/style.css" ] } ] } |