Chrome extension for converting from USD and EUR to RUB by current exchange rate.
Link to Chrome Web Store will appear here soon.
$ git clone https://github.com/sadorlovsky/currency-converter.git
$ npm install
$ npm start # run webpack in watch mode
Webpack used for building scripts. Then:
- go to chrome and open
chrome://extensions/
- select
Developer mode
- click on
Load unpacked extension
- and choose
app
folder
MIT © Zach Orlovsky