Skip to content
/ NC Public
forked from amitness/NC

Chrome extension that auto converts prices on websites to Nepalese Currency.

License

Notifications You must be signed in to change notification settings

prabinzz/NC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chrome extension that auto converts prices on websites to Nepalese Currency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • HTML 28.3%
  • CSS 4.9%