https://github.com/04amanrajj/chrome-extentions
https://github.com/04amanrajj/chrome-extentions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/04amanrajj/chrome-extentions
- Owner: 04amanrajj
- Created: 2025-03-04T09:17:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T12:07:16.000Z (3 months ago)
- Last Synced: 2025-03-14T10:16:52.455Z (2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## How It Works ?
1. The **script** scans web pages for prices in USD.
2. It fetches the latest exchange rates using an API.
3. It replaces USD values with the converted currency in real time.
4. Users can select their preferred currency via the **popup**.
5. Prices update automatically, even on dynamically loaded content.## Installation (For Development)
1. Download or clone this repository.
2. Open **Google Chrome** and go to `chrome://extensions/`.
3. Enable **Developer mode** (top right).
4. Click **Load unpacked** and select the project folder.
5. Visit a website with USD prices## Features
- Automatic price detection in USD.
- Real-time currency conversion using live exchange rates
- Supports multiple currencies (INR, EUR, GBP)
- Popup settings to choose a preferred currency
- Works on most websites (including dynamic content)## Future Improvements
- Support for more currencies
- More accurate currency detection on dynamic sites
- Option to exclude specific websites## License
This project is open-source and free to use.