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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Saupe และคุณลักษณะหลักของมันคือ "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Accessibility Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}