Minimal Currency Converter

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

Vad är Minimal Currency Converter?

Minimal Currency Converter är en Chrome-tillägg utvecklad av https://outisnemo.com, och dess huvudfunktion är "Multiple currency converter with real-time exchange rates and a minimalistic user interface.".

Tilläggsskärmbilder

screenshot

Ladda ner Minimal Currency Converter-förlängningens CRX-fil

Ladda ner Minimal Currency Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Minimal Currency Converter Minimal Currency Converter
ID meekoegodidgjomlhheckddffabnajpa
Officiell webbadress https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa
Beskrivning Multiple currency converter with real-time exchange rates and a minimalistic user interface.
Filstorlek 19.6 KB
Antal Installationer 435
Aktuell Version 0.8
Senast Uppdaterad 2021-04-26
Publiceringsdatum 2020-05-15
Betyg 4.67/5 Totalt 12 Betyg
Utvecklare https://outisnemo.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/OutisNemo/minimal-currency-converter
Stödda Språk 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"
    }
}