Track Revolut currency exchange to get best rate when you transfer.
Available soon on the Chrome Web Store.
Compatible with Google Chrome, Mozilla Firefox, Microsoft Edge, Opera, Vivaldi & Brave!
- Track currency prices in all currencies supported by Revolut;
- Popup with spot rate, buy and sell prices;
- Price charts for last hour, day, week, month or year (not available for all currencies);
- Live update on icon with customizable delay and color changes;
- Set "up" and "low" notifications with sound;
- Optional portfolio feature to track your balance for each currency.
- Ticker & charts data by Revolut API
- Install packages with
npm install
grunt build
to update rrerm_release foldergrunt pack
to pack rrerm_release foldergrunt release
to update and pack rrerm_release folder
- Google Chrome -> More tools -> Extensions -> Activate Developer Mode -> Load Unpacked Extension and select the rrerm_release folder.
- Navigate to about:debugging, click on Load Temporary Add-on and select the manifest.json file.
- Navigate to about:flags and check Enable extension developer features;
- Click on … in the Edge’s bar -> Extensions -> Load extension and select rrerm_release folder;
- Click on this freshly loaded extension and enable the Show button next to the address bar.
- Navigate to about://extensions and click on the Developer mode button;
- Click on Load unpacked extension… and choose the rrerm_release folder.
- Navigate to vivaldi://extensions and enable the Developer mode;
- Click on Load unpacked extension… and choose the rrerm_release folder.
- You need to build your own version of Brave to be able to use extensions;
- Visit Davrous website for more infos on how building your own.
Coinbase Ticker (browser extension) - Track BTC, ETH, LTC & BCH prices from Coinbase
MIT © mehdichaouch
- Add missing currency
- Notifications
- Analytics
- Flags (see https://www.xe.com/ / https://github.com/hjnilsson/country-flags / https://github.com/lipis/flag-icon-css/ / https://github.com/matiassingers/emoji-flags)
- Refactoring for Javascript sharing function (see https://stackoverflow.com/questions/22738470/chrome-extension-js-sharing-functions-between-background-js-and-popup-js / https://developer.chrome.com/extensions/samples#search:build)
- CI (see https://github.com/openpgpjs/openpgpjs)