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