ChromeLens
Visual impairment simulation and auditing tools to develop for accessibility.
ChromeLens क्या है?
ChromeLens ngzhian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visual impairment simulation and auditing tools to develop for accessibility."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChromeLens एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ChromeLens is a Google Chrome extension that provides a suite of tools to help with web accessibility development. - Lens (Vision Simulator) Interact with a website as a completely/partially blind or a colorblind person. - Accessibility Audit Run a website through an series of accessibility rules and easily discover elements in your website that do not comply with them. - Tab-tracker Key website features should be navigable solely via the keyboard (tab button), while not making the user jump through hoops to get to a feature. With the tab-tracker, you can visually track the flow of navigation through a website. Open sourced at https://github.com/chromelens/chromelens Built during greylockhackfest 2016
एक्सटेंशन की मूल जानकारी
नाम | ChromeLens |
ID | idikgljglpfilbhaboonnpnnincjhjkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/chromelens/idikgljglpfilbhaboonnpnnincjhjkd |
विवरण | Visual impairment simulation and auditing tools to develop for accessibility. |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 72,740 |
वर्तमान संस्करण | 0.0.10 |
अंतिम अपडेट | 2020-05-22 |
प्रकाशन तिथि | 2020-05-22 |
रेटिंग | 3.70/5 कुल 30 रेटिंग्स |
डेवलपर | ngzhian |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromeLens", "description": "Visual impairment simulation and auditing tools to develop for accessibility.", "version": "0.0.10", "minimum_chrome_version": "42", "devtools_page": "main.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "main.html", "panel.html", "build\/backend.js" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/chromelens2-48.png", "128": "icons\/chromelens2-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ] } |