Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superKalo/crypto-tab
:moneybag: Replace your browser New Tab page with a Bitcoin price chart
https://github.com/superKalo/crypto-tab
bitcoin bitcoin-price-chart chrome-extension firefox-addon
Last synced: about 2 months ago
JSON representation
:moneybag: Replace your browser New Tab page with a Bitcoin price chart
- Host: GitHub
- URL: https://github.com/superKalo/crypto-tab
- Owner: superKalo
- License: gpl-3.0
- Created: 2017-06-14T16:14:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T13:44:39.000Z (3 months ago)
- Last Synced: 2024-08-21T00:06:42.063Z (3 months ago)
- Topics: bitcoin, bitcoin-price-chart, chrome-extension, firefox-addon
- Language: JavaScript
- Homepage: https://crypto-tab.com
- Size: 521 KB
- Stars: 31
- Watchers: 8
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crypto TabBrowser extension that replaces your New Tab page with a Bitcoin price chart:
## 📦 Install
- Google Chrome: [**Available on Chrome Store**](https://chrome.google.com/webstore/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa).
- Mozilla Firefox: [**Available on Firefox Add-ons (AMO)**](https://addons.mozilla.org/en-US/firefox/addon/crypto-tab/).## 👍 Contributing
I'm open to ideas and suggestions! If you want to contribute or simply you've caught a bug - you can either open an issue or clone the repository, and fire a Pull Request.
Its a **single code base** website and new tab (cross-)browser extension.
To install the project, first make sure you have NodeJS and NPM installed. Preferably, the latest versions, but anything not extremely old should work too. Then, simply run `npm install`. Then:
1. To build the extension distribution files, run:
```bash
npm run build:extension
```1. To build the extension distribution files and re-build (watch) in case of changes, run:
```bash
npm run build:extension:watch
```1. To build the website distribution files, run:
```bash
npm run build:website
```1. To build the website distribution files and re-build (watch) in case of changes, run:
```bash
npm run build:extension:watch
```Finally, load the extension:
- In Chrome:
- Navigate to chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose the `dist/extension/` directory- In Firefox:
- Navigate to `about:debugging`
- Click "Load Temporary Add-on" and from the file browser, choose the `manifest.json` file in the `dist/extension/` directory# 🚔 License
The code and the documentation are released under the [GPL-3.0 License](https://github.com/superKalo/crypto-tab/blob/master/LICENSE).