USD/XRP rate
USD/XRP rate
USD/XRP rate란 무엇입니까?
USD/XRP rate은(는) medicine28에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "USD/XRP rate"입니다.
확장 프로그램 스크린샷
USD/XRP rate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |