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