A11y quick check

Easy to use quick checks to identify potential accessibility issues.

什麼是A11y quick check?

A11y quick check是由a11y-quick-check-publishers開發的Chrome擴展程式,該擴展的主要功能是“Easy to use quick checks to identify potential accessibility issues.”。

擴展截圖

screenshot

下載A11y quick check擴展crx文件

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

擴展使用說明

                        A11y Quick Check is a testing tool that exposes accessibility issues to provide a high level check to help meet the requirements of the WCAG guidelines and coding best practices.

Every effort has been made to ensure the checks accurately identify both invalid code practices and failures in meeting the WCAG Guidelines. However, some false positive reporting may occur.

Version: 2501.2024.03.04
View the 'About A11y Quick Check' link at the foot of the extension for the latest updates.                    

擴展基本資訊

名稱 A11y quick check A11y quick check
ID jlamgighkcjniljcdfpnhiemcakibepi
官方網址 https://chromewebstore.google.com/detail/a11y-quick-check/jlamgighkcjniljcdfpnhiemcakibepi
簡介 Easy to use quick checks to identify potential accessibility issues.
檔案大小 235 KB
安裝次數 215
目前版本 2501.2024.03.04
更新時間 2024-03-03
上架時間 2023-10-15
評分 5.00/5 共 3 次評分
開發者 a11y-quick-check-publishers
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A11y quick check",
    "short_name": "A11y quick check",
    "version": "2501.2024.03.04",
    "version_name": "2501.2024.03.04",
    "manifest_version": 3,
    "description": "Easy to use quick checks to identify potential accessibility issues.",
    "author": "Original idea and developer Laurence Lewis (@LaurenceRLewis). Developer Marcus Helvig (@MarcusP-P)",
    "minimum_chrome_version": "92",
    "icons": {
        "16": "extension\/icons\/icon-16.png",
        "48": "extension\/icons\/icon-48.png",
        "128": "extension\/icons\/icon-128.png"
    },
    "action": {
        "default_popup": "extension\/ui\/popup.html",
        "default_icon": {
            "16": "extension\/icons\/icon-16.png",
            "48": "extension\/icons\/icon-48.png"
        },
        "default_title": "A11y Quick Check"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "extension\/service-worker.js"
    }
}