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 |
电子邮箱 | [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" } } |