Check1st: ADA Website Compliance Checker
Check1st: ADA Website Compliance Checker
Check1st: ADA Website Compliance Checker क्या है?
Check1st: ADA Website Compliance Checker https://user1st.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check1st: ADA Website Compliance Checker"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Check1st: ADA Website Compliance Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Check1st: ADA Website Compliance Checker |
ID | fdmmgnabliecegmbnmmihidbnmdjmflh |
आधिकारिक URL | https://chromewebstore.google.com/detail/check1st-ada-website-comp/fdmmgnabliecegmbnmmihidbnmdjmflh |
विवरण | Check1st: ADA Website Compliance Checker |
फ़ाइल का आकार | 1.44 MB |
स्थापना संख्या | 1,269 |
वर्तमान संस्करण | 0.0.4.1 |
अंतिम अपडेट | 2020-10-09 |
प्रकाशन तिथि | 2020-01-15 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://user1st.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |