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
官方網址 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"
        ]
    }
}