qualweb-extension

Accessibility evaluation using QualWeb

What is qualweb-extension?

qualweb-extension is a Chrome extension developed by QualWeb, and its main feature is "Accessibility evaluation using QualWeb".

Extension Screenshots

screenshot

Download qualweb-extension Extension CRX File

Download qualweb-extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name qualweb-extension qualweb-extension
ID ljgilomdnehokancdcbkmbndkkiggioc
Official URL https://chromewebstore.google.com/detail/qualweb-extension/ljgilomdnehokancdcbkmbndkkiggioc
Description Accessibility evaluation using QualWeb
File Size 589 KB
Installation Count 556
Current Version 1.1.11
Last Updated 2024-02-11
Publish Date 2020-12-10
Rating 5.00/5 Total 2 Ratings
Developer QualWeb
Email [email protected]
Payment Type free
Extension Website http://www.qualweb.di.fc.ul.pt/evaluator/
Help Page URL https://github.com/qualweb/qualweb-extension
Supported Languages 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"
}