Simple currency converter
Currency rate calculator
What is Simple currency converter?
Simple currency converter is a Chrome extension developed by MaxPax, and its main feature is "Currency rate calculator".
Extension Screenshots
Download Simple currency converter Extension CRX File
Download Simple 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
Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported. Unused currencies can be hidden.
Extension Basic Information
Name | Simple currency converter |
ID | obhemlghbbloobahdlkjmniichcandhd |
Official URL | https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd |
Description | Currency rate calculator |
File Size | 125 KB |
Installation Count | 7,083 |
Current Version | 2.3 |
Last Updated | 2023-10-24 |
Publish Date | 2020-06-10 |
Rating | 4.00/5 Total 50 Ratings |
Developer | MaxPax |
[email protected] | |
Payment Type | free |
Supported Languages | en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.3", "default_locale": "ru", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png" }, "default_title": "__MSG_name__" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*.iliz.net\/*" ], "icons": { "19": "icon48.png", "24": "icon48.png", "32": "icon48.png", "48": "icon48.png", "128": "icon128.png" } } |