NC icon indicating copy to clipboard operation
NC copied to clipboard

Browser extension that automatically localizes prices on webpages to Nepalese Currency.

NC

WebExtension that automatically localizes prices on webpages to Nepalese Currency.

Imgur

How the extension works

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

Before

Imgur

After using extension

Imgur

Installation

  • Clone the repo.

    git clone https://github.com/amitness/NC
    

Testing on Firefox.

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.

Installing on Firefox.

Build the extension and load it from Addons -> Extensions -> Install Addon from file.

web-ext build

Installing on Chrome

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

      Installation screenshot

License

This project is licensed under the MIT License - see the LICENSE file for details.