Minimal Currency Converter

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

什么是Minimal Currency Converter?

Minimal Currency Converter是由https://outisnemo.com开发的Chrome扩展程序,该扩展的主要功能是“Multiple currency converter with real-time exchange rates and a minimalistic user interface.”。

扩展截图

screenshot

下载Minimal Currency Converter扩展crx文件

下载Minimal Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Minimal Currency Converter Minimal Currency Converter
ID meekoegodidgjomlhheckddffabnajpa
官方URL https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa
简介 Multiple currency converter with real-time exchange rates and a minimalistic user interface.
文件大小 19.6 KB
安装次数 435
当前版本 0.8
更新时间 2021-04-26
上架时间 2020-05-15
评分 4.67/5 共12次评分
开发者 https://outisnemo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/OutisNemo/minimal-currency-converter
支持的语言 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"
    }
}