Skip to content

mehdichaouch/revolut-real-exchange-rates-monitor

Repository files navigation

Revolut Real Exchange Rates Monitor Extension (rrerm)

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.

alt tag

APIs

Building

  • Install packages with npm install
  • grunt build to update rrerm_release folder
  • grunt pack to pack rrerm_release folder
  • grunt release to update and pack rrerm_release folder

Installation

Google Chrome

  • Google Chrome -> More tools -> Extensions -> Activate Developer Mode -> Load Unpacked Extension and select the rrerm_release folder.

Mozilla Firefox

  • Navigate to about:debugging, click on Load Temporary Add-on and select the manifest.json file.

Microsoft Edge

  • 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.

Opera

  • Navigate to about://extensions and click on the Developer mode button;
  • Click on Load unpacked extension… and choose the rrerm_release folder.

Vivaldi

  • Navigate to vivaldi://extensions and enable the Developer mode;
  • Click on Load unpacked extension… and choose the rrerm_release folder.

Brave

  • 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.

Inspired by

Coinbase Ticker (browser extension) - Track BTC, ETH, LTC & BCH prices from Coinbase

License

MIT © mehdichaouch

To do