https://github.com/khanguslee/crypto-bro
Google Chrome extension to check crypto-currency portfolio and price
https://github.com/khanguslee/crypto-bro
chrome crypto extension
Last synced: about 2 months ago
JSON representation
Google Chrome extension to check crypto-currency portfolio and price
- Host: GitHub
- URL: https://github.com/khanguslee/crypto-bro
- Owner: khanguslee
- Created: 2017-12-20T14:35:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T02:13:23.000Z (over 7 years ago)
- Last Synced: 2025-03-28T22:42:48.772Z (about 1 year ago)
- Topics: chrome, crypto, extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/crypto-bro/pkfgnoklpgjbkdlgnjhaelhcojfcbial
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Bro
**Master:** [](https://travis-ci.org/khanguslee/crypto-bro)
**Develop:** [](https://travis-ci.org/khanguslee/crypto-bro)
A chrome extension to check the prices of cryptocurrency on [Coin Market Cap](https://coinmarketcap.com/). This extension aims to allow you to check on your cryptocurrency portfolio discretely at work.
[](https://chrome.google.com/webstore/detail/crypto-bro/pkfgnoklpgjbkdlgnjhaelhcojfcbial)
## Features
- Display prices of various crypto-currencies
- Display prices of crypto-currencies in various currency formats
- Track the value of your portfolio
- View the percent change of the coin over 24 hours
- Get alerted when a coin has increased/decreased past a certain value
## Getting Started
To load the application, type in `chrome://extensions/` into the browser and check "Developer Mode". Click on "Load unpacked extension..." and select the folder of this repository.
## To Do
### Functionality
- [x] Option to show/hide other cryptocurrencys
- [x] Input the amount of cryptocurrencys you own
- [x] Alert system
- [x] Spike to learn how to make a modal
- [x] Alert when below price
- [x] Alert when above price
- [x] Currency conversion
- [x] Search bar in the options menu
- [ ] Use jquery to cut down on code (Next major version)
- [ ] Add option to display either 1 hour, 24hour or 7 day percent change of the price
- [ ] Add option to display price change in percentages or in monetary amount (Maybe cycle this?)
- [x] Displayed entries in same order each time
- [x] Add link to the coin's coinmarketcap page
- [x] Display prices in bitcoin
- [ ] Edit quantity of a particular coin by clicking on the coin entry in the extension window
- [ ] Add more currency types for alerting
- [ ] Let travisCI run tests on the code (Currently runs eslint on javascript code)
- [x] Notify user if alert has already been set
### Design
- [x] Add green/red arrows to show if the coin increased/decreased in value
- [x] Change percent change text to green/red if the coin increased/decreased in value
- [ ] Night Mode
- [x] Logo for app
- [x] Create banners for chrome extension web store