Skip to content

therynamo/color-links

Repository files navigation

We're On The Chrome Store!

Tests & Build

Coverage Status

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

nvm use
yarn install
yarn test

Running The Project

Dev Mode

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

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.