IBM Equal Access Accessibility Checker

A web browser extension for checking accessibility issues

IBM Equal Access Accessibility Checkerคืออะไร?

IBM Equal Access Accessibility Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IBM Accessibility และคุณลักษณะหลักของมันคือ "A web browser extension for checking accessibility issues"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย IBM Equal Access Accessibility Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The IBM Equal Access Accessibility Checker is an open source tool for web developers and auditors that utilizes IBM's accessibility rule engine, which detects accessibility issues for web pages and web applications. The extension integrates into the browser development tools, providing an integrated checking experience, helping users quickly identify the source of accessibility issues and try fixes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IBM Equal Access Accessibility Checker IBM Equal Access Accessibility Checker
ID lkcagbfjnkomcinoddgooolagloogehp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ibm-equal-access-accessib/lkcagbfjnkomcinoddgooolagloogehp
คำอธิบาย A web browser extension for checking accessibility issues
ขนาดไฟล์ 26.96 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.1.67.9999
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2020-06-19
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา IBM Accessibility
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ibm.com/able
URL หน้าช่วยเหลือ https://github.com/IBMa/equal-access/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IBM Equal Access Accessibility Checker",
    "description": "A web browser extension for checking accessibility issues",
    "author": "IBM",
    "version": "3.1.67.9999",
    "homepage_url": "https:\/\/ibm.com\/able",
    "icons": {
        "16": "assets\/[email protected]",
        "32": "assets\/[email protected]",
        "64": "assets\/[email protected]",
        "128": "assets\/[email protected]"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "action": {
        "default_title": "IBM Equal Access Accessibility Checker",
        "default_icon": {
            "16": "assets\/[email protected]",
            "32": "assets\/[email protected]",
            "48": "assets\/[email protected]",
            "64": "assets\/[email protected]",
            "128": "assets\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "viewKCM.js",
                "viewInspect.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "incognito": "split"
}