Add USD to Binance
Adds visual USD indicators for portfolio overview page in Binance
Add USD to Binanceとは何ですか?
Add USD to Binanceはcapitalconverterによって開発されたChromeの拡張機能で、その主な機能は「Adds visual USD indicators for portfolio overview page in Binance」です。
拡張機能のスクリーンショット
Add USD to Binance拡張機能のCRXファイルをダウンロード
Add USD to Binance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Push the extension button to convert total coin values and the per coin USD values
Wait 5 minutes, push again for newly updated values!
Eth Donations Welcome: 0x1a7b08ef131911c9da0d2d83d15e47da7b1a9591 拡張機能の基本情報
| 名前 | |
| ID | jnohlfddgmlbneghbhdcfkciajihfbik |
| 公式URL | https://chromewebstore.google.com/detail/add-usd-to-binance/jnohlfddgmlbneghbhdcfkciajihfbik |
| 説明 | Adds visual USD indicators for portfolio overview page in Binance |
| ファイルサイズ | 3.74 KB |
| インストール数 | 65 |
| 現在のバージョン | 2.0.5 |
| 最終更新日 | 2018-01-03 |
| 公開日 | 2018-01-02 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | capitalconverter |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Add USD to Binance",
"description": "Adds visual USD indicators for portfolio overview page in Binance",
"version": "2.0.5",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Present USD"
},
"manifest_version": 2
} | |