Universal Automatic Currency Converter by Baizey
Available on Firefox for Android™Available on Firefox for Android™
Your new automatic currency converter.
Completely customizable.
Completly free.
You'll need Firefox to use this extension
Extension Metadata
Screenshots
About this extension
This extension provides for all your conversion desires.
- Intelligent conversion and detection of currencies
- Automatic and non-intrusive in-site conversions
- Always access to converter no matter where you are
- Simple UI, yet extensive customization
General features
- Support for more than 170 currencies and their symbolic equivalents, getting rates from fixer.io and openexchangerates.org
- Intelligent currency detection, catching everything for most if not all symbols, $, £ and € to EUR, USD, GBP to 'US $'
- Non-intrusive in-site replacement, will never break any website functionality
- Control exactly how your prices are displayed, anything from $100 or 100 dollars to 100 schmekels
- Intelligent localization of multi-currency symbols like $ and kr
- Optional highlighting of prices being converted on pages
- Flip quickly between converted prices and original using either left-clicking, a self chosen shortcut or via the UI
- Mini converter between currencies in the popup window
- Blacklisting and whitelisting of websites for conversion
Changelog
https://github.com/Baizey/UniversalAutomaticCurrencyConverter
This extension/add-on is also available for...
Chrome: https://chrome.google.com/webstore/detail/universal-automatic-curre/hbjagjepkeogombomfeefdmjnclgojli
Edge: https://microsoftedge.microsoft.com/addons/detail/universal-automatic-curre/aeejpkkbcpndcbnmhifkdeabgjafghfn
- Intelligent conversion and detection of currencies
- Automatic and non-intrusive in-site conversions
- Always access to converter no matter where you are
- Simple UI, yet extensive customization
General features
- Support for more than 170 currencies and their symbolic equivalents, getting rates from fixer.io and openexchangerates.org
- Intelligent currency detection, catching everything for most if not all symbols, $, £ and € to EUR, USD, GBP to 'US $'
- Non-intrusive in-site replacement, will never break any website functionality
- Control exactly how your prices are displayed, anything from $100 or 100 dollars to 100 schmekels
- Intelligent localization of multi-currency symbols like $ and kr
- Optional highlighting of prices being converted on pages
- Flip quickly between converted prices and original using either left-clicking, a self chosen shortcut or via the UI
- Mini converter between currencies in the popup window
- Blacklisting and whitelisting of websites for conversion
Changelog
https://github.com/Baizey/UniversalAutomaticCurrencyConverter
This extension/add-on is also available for...
Chrome: https://chrome.google.com/webstore/detail/universal-automatic-curre/hbjagjepkeogombomfeefdmjnclgojli
Edge: https://microsoftedge.microsoft.com/addons/detail/universal-automatic-curre/aeejpkkbcpndcbnmhifkdeabgjafghfn
Developer comments
Rate your experience
PermissionsLearn more
This add-on needs to:
- Access your data for all websites
This add-on may also ask to:
- Access your data for uacc-go-h3a6bmejfnaebygu.northeurope-01.azurewebsites.net
More information
- Add-on Links
- Version
- 5.1.0
- Size
- 163.62 KB
- Last updated
- 3 months ago (Aug 7, 2024)
- Related Categories
- License
- GNU General Public License v3.0
- Version History
Add to collection
Release notes for 5.1.0
Heavily optimized detection engine (roughly 20-30x speedup, or where a detection may have taken 100ms before it would now take about 4ms )
the old detection engine was a regex + layered checking through the site which while quick to make is impossible to performance optimize and had several fun edge cases killing performance (hint: whitespace, which is found on all sites)
The new detection engine is a handrolled state-machine with range matching, I have been using the dev-version plugin myself the last couple of weeks, so I have hopefully caught all meaningful problems, but please report any issues on github: https://github.com/Baizey/UniversalAutomaticCurrencyConverter
the old detection engine was a regex + layered checking through the site which while quick to make is impossible to performance optimize and had several fun edge cases killing performance (hint: whitespace, which is found on all sites)
The new detection engine is a handrolled state-machine with range matching, I have been using the dev-version plugin myself the last couple of weeks, so I have hopefully caught all meaningful problems, but please report any issues on github: https://github.com/Baizey/UniversalAutomaticCurrencyConverter
More extensions by Baizey
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
I have been creating this as a hobby project and because I personally wasnt satisfied with the currency converters I could find.