Amazon Japan USD Price Converter
A Firefox extension that automatically converts Japanese Yen prices to USD on Amazon Japan (amazon.co.jp).
This extension is now available on the FireFox Addon Store. https://addons.mozilla.org/en-US/firefox/addon/amazon-japan-usd-converter/#
Features
- Real-time currency conversion using current exchange rates
- Toggle between two display modes:
- Show both currencies (¥1000 ($6.37))
- Show USD only ($6.37)
- Automatically converts all prices on the page
- Updates dynamically when new content loads
- Simple toolbar popup for easy settings
- Caches exchange rates locally
- Updates exchange rates every 6 hours
- Fallback rate if API is unavailable
Installation
From Firefox Add-ons
- Visit Amazon Japan USD Converter on Firefox Add-ons
- Click "Add to Firefox"
Manual Installation (Development)
- Clone this repository
- Open Firefox and navigate to
about:debugging - Click "This Firefox" on the left sidebar
- Click "Load Temporary Add-on"
- Select any file in the extension's directory
Usage
- Visit Amazon Japan
- Prices will automatically convert to USD
- Click the extension icon in the toolbar to: - Switch between display modes - See current exchange rate - Manually refresh the exchange rate
Technical Details
- Uses exchangerate-api.com for live currency rates
- Default fallback rate: 157 JPY = 1 USD
- Caches exchange rates in browser storage
- Updates rates every 6 hours
- Uses MutationObserver for dynamic content
Development
Files
manifest.json: Extension configurationconverter.js: Main conversion logicpopup.html: Settings UIpopup.js: Settings functionalityicon.svg: Vector icon sourceicon48.png,icon96.png: Extension icons
Building
To create the extension package: 1. Select all files 2. Create a ZIP archive 3. Ensure manifest.json is at the root level of the ZIP
License
MIT License - See LICENSE file for details
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
Support
If you encounter any issues or have suggestions, please open an issue on GitHub.
This page is generated automatically from the GitHub README, which is the single source of truth. ← Back to toddwolven.com