Universal Automatic Currency Converter 作者: Baizey
Your new automatic currency converter.
Completely customizable.
Completly free.
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图
关于此扩展
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
开发者留言
为您的体验打分
权限详细了解
此附加组件需要:
- 存取您在所有网站的数据
此附加组件可能也会要求:
- 存取您在 uacc-go-h3a6bmejfnaebygu.northeurope-01.azurewebsites.net 的数据
更多信息
- 附加组件链接
- 版本
- 5.1.0
- 大小
- 163.62 KB
- 上次更新
- 4 个月前 (2024年8月7日)
- 相关分类
- 许可证
- 仅 GNU 通用公共许可证 v3.0
- 版本历史
添加到收藏集
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
Baizey 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
I have been creating this as a hobby project and because I personally wasnt satisfied with the currency converters I could find.