Check1st: ADA Website Compliance Checker

Check1st: ADA Website Compliance Checker

什麼是Check1st: ADA Website Compliance Checker?

Check1st: ADA Website Compliance Checker是由https://user1st.com開發的Chrome擴展程式,該擴展的主要功能是“Check1st: ADA Website Compliance Checker”。

擴展截圖

screenshot
screenshot

下載Check1st: ADA Website Compliance Checker擴展crx文件

下載Check1st: ADA Website Compliance Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Check1st: ADA Website Compliance Checker Check1st: ADA Website Compliance Checker
ID fdmmgnabliecegmbnmmihidbnmdjmflh
官方網址 https://chromewebstore.google.com/detail/check1st-ada-website-comp/fdmmgnabliecegmbnmmihidbnmdjmflh
簡介 Check1st: ADA Website Compliance Checker
檔案大小 1.44 MB
安裝次數 1,269
目前版本 0.0.4.1
更新時間 2020-10-09
上架時間 2020-01-15
評分 4.50/5 共 8 次評分
開發者 https://user1st.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}