IBM Equal Access Accessibility Checker

A web browser extension for checking accessibility issues

IBM Equal Access Accessibility Checker là gì?

IBM Equal Access Accessibility Checker là một tiện ích mở rộng Chrome được phát triển bởi IBM Accessibility, và tính năng chính của nó là "A web browser extension for checking accessibility issues".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IBM Equal Access Accessibility Checker

Tải xuống các tệp mở rộng IBM Equal Access Accessibility 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 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.                    

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

Tên IBM Equal Access Accessibility Checker IBM Equal Access Accessibility Checker
ID lkcagbfjnkomcinoddgooolagloogehp
URL Chính Thức https://chromewebstore.google.com/detail/ibm-equal-access-accessib/lkcagbfjnkomcinoddgooolagloogehp
Mô tả A web browser extension for checking accessibility issues
Kích Thước Tệp 26.96 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 3.1.67.9999
Cập Nhật Lần Cuối 2024-02-04
Ngày Phát Hành 2020-06-19
Đánh Giá 4.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển IBM Accessibility
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ibm.com/able
URL Trang Trợ Giúp https://github.com/IBMa/equal-access/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}