Minimal Currency Converter
Multiple currency converter with real-time exchange rates and a minimalistic user interface.
What is Minimal Currency Converter?
Minimal Currency Converter is a Chrome extension developed by https://outisnemo.com, and its main feature is "Multiple currency converter with real-time exchange rates and a minimalistic user interface.".
Extension Screenshots
Download Minimal Currency Converter Extension CRX File
Download Minimal 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
*** Easily convert currencies using exchange rates provided by the European Central Bank & Blockchain.info *** Features: - Minimalist design & intuitive interface - No need to grant any permissions - Supports 33 currencies & Bitcoin - Open-Source project available in GitHub Supported currencies: USD, EUR, JPY, CZK, DKK, GBP, HUF, PLN, RON, SEK, CHF, ISK, NOK, HRK, RUB, TRY, AUD, BRL, CAD, CNY, HKD, IDR, ILS, INR, KRW, MXN, MYR, NZD, PHP, SGD, THB, ZAR, BTC
Extension Basic Information
Name | Minimal Currency Converter |
ID | meekoegodidgjomlhheckddffabnajpa |
Official URL | https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa |
Description | Multiple currency converter with real-time exchange rates and a minimalistic user interface. |
File Size | 19.6 KB |
Installation Count | 435 |
Current Version | 0.8 |
Last Updated | 2021-04-26 |
Publish Date | 2020-05-15 |
Rating | 4.67/5 Total 12 Ratings |
Developer | https://outisnemo.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/OutisNemo/minimal-currency-converter |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Currency Converter", "version": "0.8", "description": "Multiple currency converter with real-time exchange rates and a minimalistic user interface.", "homepage_url": "https:\/\/github.com\/OutisNemo\/minimal-currency-converter", "minimum_chrome_version": "18", "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Minimal Currency Converter", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } } |