USD/XRP rate
USD/XRP rate
什么是USD/XRP rate?
USD/XRP rate是由medicine28开发的Chrome扩展程序,该扩展的主要功能是“USD/XRP rate”。
扩展截图
下载USD/XRP rate扩展crx文件
下载USD/XRP rate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension displays USD/XRP price on chrome extension badge and updates it every 20 minutes. This is useful for tracking where the XRP price is heading for casual user. If you find this extension useful, please donate me at: XRP: rsX1vKPdxwiXRUrQAS89ssMf1xj5PdPv4K BTC: 1HbPGy4rK3mxk77k6sGo6UvUTP7EWoudSA LTC: LhMpHkUK54kYjCvNGNYqFv4xbog4dVRPro Technical Details: This extension fetches weighted prices json from bitcoin charts[1] every 20 minutes and calculates USD/XRP price based on 24 hour weighted prices of BTC/XRP and BTC/USD. [1] http://api.bitcoincharts.com/v1/weighted_prices.json
扩展基本信息
名称 | |
ID | ghbbbhmfbdibidhagaanhedhbnebhmag |
官方URL | https://chrome.google.com/webstore/detail/usdxrp-rate/ghbbbhmfbdibidhagaanhedhbnebhmag |
简介 | USD/XRP rate |
文件大小 | 164 KB |
安装次数 | 38 |
当前版本 | 1.0.5 |
更新时间 | 2013-11-28 |
上架时间 | 2013-11-28 |
评分 | 2.60/5 共5次评分 |
开发者 | medicine28 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "USD\/XRP rate", "description": "USD\/XRP rate", "version": "1.0.5", "permissions": [ "http:\/\/api.bitcoincharts.com\/" ], "browser_action": { "default_icon": "icon.png" }, "background": { "page": "background.html" } } |