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ファイルをダウンロード
Check1st: ADA Website Compliance Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |