Currency Converter
The minimalistic currency converter
What is Currency Converter?
Currency Converter is a Chrome extension developed by animhotep, and its main feature is "The minimalistic currency converter".
Extension Screenshots
Download Currency Converter Extension CRX File
Download Currency Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The minimalistic on fly currency converter. The rate of Privatbank. v 4.2 Fix buy/ sale v 4.0 Remove RUR v 3.3 Bugfix v 3.0 Added localization v 2.2 Added input validation v 2.0 Added choice of direction of exchange (buy/ sale)
Extension Basic Information
Name | Currency Converter |
ID | hebihikfgadcjiepebjebpalfncmplcm |
Official URL | https://chromewebstore.google.com/detail/currency-converter/hebihikfgadcjiepebjebpalfncmplcm |
Description | The minimalistic currency converter |
File Size | 188 KB |
Installation Count | 501 |
Current Version | 4.5 |
Last Updated | 2024-02-28 |
Publish Date | 2018-02-10 |
Rating | 4.01/5 Total 67 Ratings |
Developer | animhotep |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sendpulse.ua/legal/pp |
Supported Languages | de,en,fr,it,cs,el,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.5", "icons": { "64": "icon.png" }, "permissions": [ "https:\/\/api.privatbank.ua\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |