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
电子邮箱 [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"
        ]
    }
}