Crypto Currency Converter
Real-time conversion between encrypted currency and issued currency that supports scenarios
Crypto Currency Converterとは何ですか?
Crypto Currency ConverterはThree bears studioによって開発されたChromeの拡張機能で、その主な機能は「Real-time conversion between encrypted currency and issued currency that supports scenarios」です。
拡張機能のスクリーンショット
Crypto Currency Converter拡張機能のCRXファイルをダウンロード
Crypto Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Crypto Currency Converter
加密货币/虚拟货币 与 法币 的汇率转换器
This is a simple tool for exchanging virtual currency and fiat currency.
The exchange rate between virtual currency and fiat currency fluctuates in real time.
Through this tool, Users can quickly know the real exchange rate between them.
Users can also select the right-click function of the price on the page menu to switch quickly
这是一款简洁的虚拟货币与法币兑换的小工具,虚拟货币与法币的汇率是实时波动的,通过这个工具可以快速的知道他们之间的真实转换汇率,用户还可以通过页面选中价格右键功能菜单来快捷转换
Disclaimer: The exchange rates provided by this extension are for informational purposes only. Please check the exchange rate of each exchange before trading
免责声明:此扩展提供的汇率仅供参考。在进行交易之前请已各交易所汇率为准
Data source: OKX
数据来源:OKX
v1.0 changes
Crypto currency support(3)
BTC
ETH
USDT
Fiat currency support (26)
USD
CNY
RUB
THB
GBP
EUR
TRY
AUD
UAH
BAL
IDR
NGN
INR
COP
ARS
PHP
HKD
AED
PKR
IQD
BYN
PEN
EGP
NPR
VND
TJS 拡張機能の基本情報
| 名前 | |
| ID | ffjahikbemmckjdinjfblaelajehlfhm |
| 公式URL | https://chromewebstore.google.com/detail/crypto-currency-converter/ffjahikbemmckjdinjfblaelajehlfhm |
| 説明 | Real-time conversion between encrypted currency and issued currency that supports scenarios |
| ファイルサイズ | 35.46 KB |
| インストール数 | 77 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-11-29 |
| 公開日 | 2023-08-03 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Three bears studio |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Crypto Currency Converter",
"description": "Real-time conversion between encrypted currency and issued currency that supports scenarios",
"version": "1.0",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/www.okx.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
}
},
"permissions": [
"storage",
"contextMenus"
]
} | |