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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |