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 |
| 官方網址 | 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
} | |