qualweb-extension
Accessibility evaluation using QualWeb
Vad är qualweb-extension?
qualweb-extension är en Chrome-tillägg utvecklad av QualWeb, och dess huvudfunktion är "Accessibility evaluation using QualWeb".
Tilläggsskärmbilder
Ladda ner qualweb-extension-förlängningens CRX-fil
Ladda ner qualweb-extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | qualweb-extension |
ID | ljgilomdnehokancdcbkmbndkkiggioc |
Officiell webbadress | https://chromewebstore.google.com/detail/qualweb-extension/ljgilomdnehokancdcbkmbndkkiggioc |
Beskrivning | Accessibility evaluation using QualWeb |
Filstorlek | 589 KB |
Antal Installationer | 556 |
Aktuell Version | 1.1.11 |
Senast Uppdaterad | 2024-02-11 |
Publiceringsdatum | 2020-12-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | QualWeb |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.qualweb.di.fc.ul.pt/evaluator/ |
Hjälpsida URL | https://github.com/qualweb/qualweb-extension |
Stödda Språk | 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" } |