Easily convert between over 200 fiat and cryptocurrencies ad-free
Pop-up toggles using the hotkey Alt+Shift+X on Windows or Command+Shift+X on Mac

- Reactive State Management: Uses Pinia to locally store last used currency pair and input value, alongside caching the last fetched exchange rate for instant conversion.
- Minimalist Styling: Leverages Pico CSS to build a lightweight and sleek UI while keeping build size at around 200 KB.
- Efficient Algorithms: Minimizes API latency by pre-fetching base rates and calculating cross-rates locally via triangulation, allowing for latency-free lookups for all currency pairs without additional network requests, reducing latency and API calls.
This extension is compatible with the following browsers. Please note its availability on official stores.
| Browser | Compatibility | Store Availability | How to Use |
|---|---|---|---|
| Mozilla Firefox | ✅ Fully Supported | ✅ Available on Firefox Add-ons | Install from Firefox Add-ons |
| Google Chrome | ✅ Fully Supported | 🚫 Not on Web Store | Install Locally |
| Microsoft Edge | ✅ Fully Supported | 🚫 Not on Edge Add-ons | Install Locally |
| Safari | 🚫 Not on App Store | Install Locally |
-
Download the latest release package from Releases.
-
Load the unzipped
distfolder into your browser:-
Google Chrome
- Go to the Extensions page by entering
chrome://extensionsin a new tab. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the extension directory.
- (Source: Chrome for Developers)
- Go to the Extensions page by entering
-
Safari
- In the Safari menu, choose Safari > Settings.
- Select the Developer tab.
- Click “Add Temporary Extension…”, then respond to Safari's unsigned extension authentication prompt, if you haven't already selected the “Allow unsigned extensions” option.
- Select the folder or zip file containing your web extension files, and click Select.
- (Source: Apple Developer Documentation)
-
Microsoft Edge
- In Microsoft Edge to the right of the Address bar... click the Extensions button. Or, select Settings and more > Extensions.
- Click Manage extensions.
- Turn on the Developer mode toggle.
- Click the Load unpacked button.
- Select the directory that contains the extension's source files... Click the Select Folder button.
- (Source: Microsoft Edge Developer documentation)
-
npm installnpx vite buildAfter building the application, the dist/ folder contains all necessary files to load the extension into your browser.
