Minimal Currency Converter

Multiple currency converter with real-time exchange rates and a minimalistic user interface.

Co je Minimal Currency Converter?

Minimal Currency Converter je rozšíření Chrome vyvinuté https://outisnemo.com, a jeho hlavní funkcí je „Multiple currency converter with real-time exchange rates and a minimalistic user interface.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Minimal Currency Converter

Stáhněte si soubory rozšíření Minimal Currency Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        *** 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                    

Základní Informace o Rozšíření

Název Minimal Currency Converter Minimal Currency Converter
ID meekoegodidgjomlhheckddffabnajpa
Oficiální URL https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa
Popis Multiple currency converter with real-time exchange rates and a minimalistic user interface.
Velikost souboru 19.6 KB
Počet instalací 435
Aktuální Verze 0.8
Poslední Aktualizace 2021-04-26
Datum Vydání 2020-05-15
Hodnocení 4.67/5 Celkem 12 Hodnocení
Vývojář https://outisnemo.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/OutisNemo/minimal-currency-converter
Podporované Jazyky 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"
    }
}