OpenWAX

OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.

OpenWAX là gì?

OpenWAX là một tiện ích mở rộng Chrome được phát triển bởi mctenshi, và tính năng chính của nó là "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenWAX

Tải xuống các tệp mở rộng OpenWAX 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

                        OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.

OpenWAX can diagnose following accessibility problems.
* Text Alternatives of , , CSS Background
* Use of color
* Contrast
* Data Table
* Shortcut
* Language of page
* Keyboard focus
* Page title
* Frame title
* Heading elements
* Skip navigation
* Link text
* Label
* Markup validation error for a11y                    

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

Tên OpenWAX OpenWAX
ID bfahpbmaknaeohgdklfbobogpdngngoe
URL Chính Thức https://chromewebstore.google.com/detail/openwax/bfahpbmaknaeohgdklfbobogpdngngoe
Mô tả OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
Kích Thước Tệp 66.23 KB
Số Lần Cài Đặt 24,599
Phiên Bản Hiện Tại 2.0.10
Cập Nhật Lần Cuối 2022-04-19
Ngày Phát Hành 2014-06-05
Đánh Giá 4.27/5 Tổng số 26 Đánh Giá
Nhà Phát Triển mctenshi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goonoo.github.io/OpenWAX/
URL Trang Trợ Giúp https://goonoo.github.io/OpenWAX/
Ngôn Ngữ Được Hỗ Trợ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenWAX",
    "version": "2.0.10",
    "description": "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.",
    "action": {
        "default_icon": "logo_19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "19": "logo_19.png",
        "48": "logo_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "achecker.css"
            ],
            "js": [
                "lib\/Section.js",
                "lib\/Sections.js",
                "i18n.js",
                "achecker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}