Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Crypto Prices (Binance)とは何ですか?
Crypto Prices (Binance)はpassbbiによって開発されたChromeの拡張機能で、その主な機能は「Prices of crypto currencies from Binance.com」です。
拡張機能のスクリーンショット
Crypto Prices (Binance)拡張機能のCRXファイルをダウンロード
Crypto Prices (Binance)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
拡張機能の基本情報
名前 | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
公式URL | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
説明 | Prices of crypto currencies from Binance.com |
ファイルサイズ | 24.28 KB |
インストール数 | 91 |
現在のバージョン | 1.2 |
最終更新日 | 2018-01-03 |
公開日 | 2018-01-03 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | passbbi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |