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 là gì?

Website Accessibility Checker là một tiện ích mở rộng Chrome được phát triển bởi Joel Saupe, và tính năng chính của nó là "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".

Tải xuống tệp CRX của tiện ích mở rộng Website Accessibility Checker

Tải xuống các tệp mở rộng Website Accessibility Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website Accessibility Checker Website Accessibility Checker
ID nlbkcfcgjpiggjchcfjfhbcgheoelabe
URL Chính Thức https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe
Mô tả Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Kích Thước Tệp 69.77 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-04-27
Ngày Phát Hành 2017-04-27
Nhà Phát Triển Joel Saupe
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}