qualweb-extension

Accessibility evaluation using QualWeb

qualweb-extension là gì?

qualweb-extension là một tiện ích mở rộng Chrome được phát triển bởi QualWeb, và tính năng chính của nó là "Accessibility evaluation using QualWeb".

Ả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 qualweb-extension

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

                        QualWeb is an automated web accessibility evaluation service. QualWeb is able to automatically check a webpage against a set of WCAG 2.1 Techniques and ACT Rules. QualWeb is open-source and available at https://github.com/qualweb.

Version 1.1.11 introduces a new ACT rule and bug fixes
Version 1.1.10 introduces bug fixes
Version 1.1.09 introduces bug fixes
Version 1.1.08 removes 4 deprecated ACT rules
Version 1.1.07 introduces bug fixes
Version 1.1.06 introduces bug fixes
Version 1.1.05 introduces bug fixes
Version 1.1.04 introduces bug fixes
Version 1.1.03 updates to new version of modules
Version 1.1.01 introduces bug fixes
Version 1.1.0 updates to new version of modules
Version 1.0.9 introduces bug fixes. 
Version 1.0.8 introduces bug fixes. 
Version 1.0.7 introduces performance improvements
Version 1.0.6 introduces support to further ACT rules and bug fixes.                    

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

Tên qualweb-extension qualweb-extension
ID ljgilomdnehokancdcbkmbndkkiggioc
URL Chính Thức https://chromewebstore.google.com/detail/qualweb-extension/ljgilomdnehokancdcbkmbndkkiggioc
Mô tả Accessibility evaluation using QualWeb
Kích Thước Tệp 589 KB
Số Lần Cài Đặt 556
Phiên Bản Hiện Tại 1.1.11
Cập Nhật Lần Cuối 2024-02-11
Ngày Phát Hành 2020-12-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển QualWeb
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.qualweb.di.fc.ul.pt/evaluator/
URL Trang Trợ Giúp https://github.com/qualweb/qualweb-extension
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "qualweb-extension",
    "description": "Accessibility evaluation using QualWeb",
    "version": "1.1.11",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.ico"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "act.js",
                "wcag.js",
                "qwPage.js",
                "util.js",
                "locales\/en.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logoQW.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "devtools_page": "devtools.html"
}