qualweb-extension

Accessibility evaluation using QualWeb

qualweb-extension란 무엇입니까?

qualweb-extension은(는) QualWeb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accessibility evaluation using QualWeb"입니다.

확장 프로그램 스크린샷

screenshot

qualweb-extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 qualweb-extension qualweb-extension
ID ljgilomdnehokancdcbkmbndkkiggioc
공식 URL https://chromewebstore.google.com/detail/qualweb-extension/ljgilomdnehokancdcbkmbndkkiggioc
설명 Accessibility evaluation using QualWeb
파일 크기 589 KB
설치 횟수 556
현재 버전 1.1.11
최근 업데이트 2024-02-11
출시 날짜 2020-12-10
평점 5.00/5 총 2 개의 평점
개발자 QualWeb
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.qualweb.di.fc.ul.pt/evaluator/
도움말 페이지 URL https://github.com/qualweb/qualweb-extension
지원되는 언어 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"
}