https://github.com/amitness/nc
Browser extension that automatically localizes prices on webpages to Nepalese Currency.
https://github.com/amitness/nc
chrome-extension price-comparison
Last synced: 24 days ago
JSON representation
Browser extension that automatically localizes prices on webpages to Nepalese Currency.
- Host: GitHub
- URL: https://github.com/amitness/nc
- Owner: amitness
- License: mit
- Created: 2017-04-27T11:10:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T02:32:27.000Z (over 5 years ago)
- Last Synced: 2025-03-23T23:27:01.612Z (about 1 month ago)
- Topics: chrome-extension, price-comparison
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NC
WebExtension that automatically localizes prices on webpages to Nepalese Currency.
## 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

#### After using extension
## Installation
- Clone the repo.
```shell
git clone https://github.com/amitness/NC
```### Testing on Firefox.
Install web-ext tool using npm/yarn.
```shell
yarn global add web-ext
```
Navigate to the project and run
```shell
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.`
```shell
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](https://developer.chrome.com/extensions/getstarted#unpacked).

### LicenseThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.