Check1st: ADA Website Compliance Checker
Check1st: ADA Website Compliance Checker
Wat is Check1st: ADA Website Compliance Checker?
Check1st: ADA Website Compliance Checker is een Chrome-extensie ontwikkeld door https://user1st.com, en de belangrijkste functie is "Check1st: ADA Website Compliance Checker".
Extensie Screenshots
Download het CRX-bestand van de extensie Check1st: ADA Website Compliance Checker
Download Check1st: ADA Website Compliance Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Check1st Developer Plugin for Google Chrome is a free, easy-to-use, automated testing tool for identifying HTML-based web content that does not comply with Web Content Accessibility Guidelines (WCAG) 2.1. Designed for developers and website administrators, Check1st ADA Website Compliance Checker flags both static and dynamic website content and web applications that are inaccessible to people with disabilities. This tool enables developers and site administrators and their QA, DevOps and product teams to seamlessly integrate their work with testing for web accessibility – all without needing to become an expert.
Basisinformatie over de Extensie
Naam | Check1st: ADA Website Compliance Checker |
ID | fdmmgnabliecegmbnmmihidbnmdjmflh |
Officiële URL | https://chromewebstore.google.com/detail/check1st-ada-website-comp/fdmmgnabliecegmbnmmihidbnmdjmflh |
Beschrijving | Check1st: ADA Website Compliance Checker |
Bestandsgrootte | 1.44 MB |
Aantal Installaties | 1,269 |
Huidige Versie | 0.0.4.1 |
Laatst Bijgewerkt | 2020-10-09 |
Publicatiedatum | 2020-01-15 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://user1st.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Check1st: ADA Website Compliance Checker", "description": "Check1st: ADA Website Compliance Checker", "version": "0.0.4.1", "manifest_version": 2, "permissions": [ "background", "tabs", "cookies", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/48.png", "default_title": "Press to scan page for accessibility problems" }, "icons": { "16": "img\/16.png", "48": "img\/48.png" }, "web_accessible_resources": [ "css\/IframeScanResult.css", "css\/issuesWindow.css", "css\/login.css", "css\/signup.css" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/loader.js", "js\/LocatorsBuilder.js" ], "css": [ "css\/style.css" ] } ] } |