Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therynamo/color-links
🔗 Help Individuals With Color Blindness See Visited Links
https://github.com/therynamo/color-links
accessibility chrome chrome-extension color-blindness
Last synced: about 1 month ago
JSON representation
🔗 Help Individuals With Color Blindness See Visited Links
- Host: GitHub
- URL: https://github.com/therynamo/color-links
- Owner: therynamo
- Created: 2015-12-20T18:07:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:55:54.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:11:31.085Z (10 months ago)
- Topics: accessibility, chrome, chrome-extension, color-blindness
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/color-links/hiponeioelghhaljfflaaflpccedbdem
- Size: 1.11 MB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[We're On The Chrome Store!](https://chrome.google.com/webstore/detail/color-links/hiponeioelghhaljfflaaflpccedbdem)
![Tests & Build](https://github.com/therynamo/color-links/workflows/Test%20&%20Build/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/therynamo/color-links/badge.svg?branch=master)](https://coveralls.io/github/therynamo/color-links?branch=master)
### Initial Problem
Browsing the web on sites like google as a color-blind individual, it becomes frustrating after a while not
knowing if you've already visited a link or not.### Solution
Color Links aims to make it a bit easier to search around the web, for the color-blind.
When enabled this chrome extension allows you to browse any website with full awareness of which links
you've clicked.# Development
To get started, clone the project and change into the root directory.
### Getting Started
```shell
nvm use
yarn install
yarn test
```### Running The Project
#### Dev Mode
```shell
yarn start
# Server running at http://localhost:1234
# visit http://localhost:1234/color-links.html# or
yarn build
```Adding the extension to chrome is as easy as visiting `chrome://extensions`, verifying that you are in `developer mode` and then clicking `Load unpacked extension...`. Once you've done this, navigate to the root directory of the project and select the `dist` folder. This will generate the extension for you, and you should see the color-links logo up in your toolbar.
#### Prod
```shell
yarn zip # builds the extension in its entirety and creates a dist folder along with colorlinks.zip
```# Contributing
If you'd like to contribute to this repository, feel free, just fork the project and make a pull request.
# License
The MIT License (MIT)
Copyright (c)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.