Minimal Currency Converter

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

Qu'est-ce que Minimal Currency Converter ?

Minimal Currency Converter est une extension Chrome développée par https://outisnemo.com, et sa fonction principale est "Multiple currency converter with real-time exchange rates and a minimalistic user interface.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Minimal Currency Converter

Téléchargez les fichiers d'extension Minimal Currency Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Minimal Currency Converter Minimal Currency Converter
ID meekoegodidgjomlhheckddffabnajpa
URL Officiel https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa
Description Multiple currency converter with real-time exchange rates and a minimalistic user interface.
Taille du Fichier 19.6 KB
Nombre d'Installations 435
Version Actuelle 0.8
Dernière Mise à Jour 2021-04-26
Date de Publication 2020-05-15
Évaluation 4.67/5 Total 12 Évaluations
Développeur https://outisnemo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/OutisNemo/minimal-currency-converter
Langues Prises en Charge 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"
    }
}