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 |
官方網址 | 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 |
電子郵箱 | [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" } } |