WebExtension that automatically localizes prices on webpages to Nepalese Currency.
- The extension fetches latest currency exchange rate in the morning and caches it
- Converts all prices on webpages in foreign currency to equivalent NC.
For example, when you visit amazon.com, you'll get all prices in $X replaced with Rs. XXX.
-
Clone the repo.
git clone https://github.com/amitness/NC
Install web-ext tool using npm/yarn.
yarn global add web-ext
Navigate to the project and run
web-ext run
You can see extension in action.
Build the extension and load it from Addons -> Extensions -> Install Addon from file.
web-ext build
-
Load the extension into Google Chrome as an Unpacked Extension:
-
Navigate to (1a) chrome://extensions or (1b) select Menu > More Tools > Extensions.
-
Enable the (2) developer mode at top right.
-
Click (3) "Load Unpacked Extension".
-
Navigate to the cloned folder.
For additional help, refer the official guide for Chrome.
-
This project is licensed under the MIT License - see the LICENSE file for details.