Website Accessibility Checker

Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.

Website Accessibility Checkerとは何ですか?

Website Accessibility CheckerはJoel Saupeによって開発されたChromeの拡張機能で、その主な機能は「Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.」です。

Website Accessibility Checker拡張機能のCRXファイルをダウンロード

Website Accessibility Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Accessibility is becoming more, and more important on the web. Use this tool to evaluate your site and find ways you can improve accessibility and make your site as useable as possible to as many users as possible.

Uses accesslint.js to find any accessibility issues on any site you're on. Just click on the Chrome Extension icon to trigger the tests, and open the developer console to see any issues that the current page may have.                    

拡張機能の基本情報

名前 Website Accessibility Checker Website Accessibility Checker
ID nlbkcfcgjpiggjchcfjfhbcgheoelabe
公式URL https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe
説明 Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
ファイルサイズ 69.77 KB
インストール数 215
現在のバージョン 1.0.0
最終更新日 2017-04-27
公開日 2017-04-27
開発者 Joel Saupe
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Website Accessibility Checker",
    "description": "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}