Check1st: ADA Website Compliance Checker

Check1st: ADA Website Compliance Checker

Check1st: ADA Website Compliance Checker là gì?

Check1st: ADA Website Compliance Checker là một tiện ích mở rộng Chrome được phát triển bởi https://user1st.com, và tính năng chính của nó là "Check1st: ADA Website Compliance Checker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

Tải xuống các tệp mở rộng Check1st: ADA Website Compliance 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

                        The Check1st Developer Plugin for Google Chrome is a free, easy-to-use, automated testing tool for identifying HTML-based web content that does not comply with Web Content Accessibility Guidelines (WCAG) 2.1. Designed for developers and website administrators, Check1st ADA Website Compliance Checker flags both static and dynamic website content and web applications that are inaccessible to people with disabilities.

This tool enables developers and site administrators and their QA, DevOps and product teams to seamlessly integrate their work with testing for web accessibility – all without needing to become an expert.                    

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

Tên Check1st: ADA Website Compliance Checker Check1st: ADA Website Compliance Checker
ID fdmmgnabliecegmbnmmihidbnmdjmflh
URL Chính Thức https://chromewebstore.google.com/detail/check1st-ada-website-comp/fdmmgnabliecegmbnmmihidbnmdjmflh
Mô tả Check1st: ADA Website Compliance Checker
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 1,269
Phiên Bản Hiện Tại 0.0.4.1
Cập Nhật Lần Cuối 2020-10-09
Ngày Phát Hành 2020-01-15
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://user1st.com
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",
    "name": "Check1st: ADA Website Compliance Checker",
    "description": "Check1st: ADA Website Compliance Checker",
    "version": "0.0.4.1",
    "manifest_version": 2,
    "permissions": [
        "background",
        "tabs",
        "cookies",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Press to scan page for accessibility problems"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "web_accessible_resources": [
        "css\/IframeScanResult.css",
        "css\/issuesWindow.css",
        "css\/login.css",
        "css\/signup.css"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/loader.js",
                "js\/LocatorsBuilder.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}