updated README, added LICENSE

This commit is contained in:
klein panic
2025-03-05 01:37:00 -05:00
parent b4f3b75c14
commit 16deb05884
9 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Jason Costello
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,34 @@
# ![alt text](https://raw.githubusercontent.com/jin/chromelens/master/images/logo.png "ChromeLens Logo")
<a href="https://chrome.google.com/webstore/detail/chrome-lens/idikgljglpfilbhaboonnpnnincjhjkd">Chrome Web Store</a>
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.
### Website
Find out more about ChromeLens, why we made it, and more about the extension at <a href="http://chromelens.xyz">chromelens.xyz</a>
### Credits
- https://github.com/GoogleChrome/accessibility-developer-tools
- https://github.com/niklasvh/html2canvas
- https://github.com/Altreus/colourblind
### Reviews for ChromeLens
- http://briancoords.com/tech/analyzing-accessibility-chromelens/
- http://www.jaredrigby.co.uk/2016/07/11/accessibility-testing-with-chromelens.html