Ripple (XRP/BTC) Price Ticker
This extension shows XRP price in BTC from bittrex exchange
Ripple (XRP/BTC) Price Ticker란 무엇입니까?
Ripple (XRP/BTC) Price Ticker은(는) Taha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows XRP price in BTC from bittrex exchange"입니다.
확장 프로그램 스크린샷
Ripple (XRP/BTC) Price Ticker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is simple extension shows XRP/BTC price from bittrex exchange Extension Features: 1. XRP price in BTC 2. Notify you When Price +- 3. Price update every 1 minute -- *There is another extension shows XRP price in USD. Search> "lfiejmmmgjifdmgnfaljjkeeojgkcbch"
확장 프로그램 기본 정보
이름 | Ripple (XRP/BTC) Price Ticker |
ID | aceanfmobdgdiifkcnobhdoadjphmccd |
공식 URL | https://chromewebstore.google.com/detail/ripple-xrpbtc-price-ticke/aceanfmobdgdiifkcnobhdoadjphmccd |
설명 | This extension shows XRP price in BTC from bittrex exchange |
파일 크기 | 68.72 KB |
설치 횟수 | 841 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2020-06-18 |
출시 날짜 | 2020-06-17 |
평점 | 4.14/5 총 29 개의 평점 |
개발자 | Taha |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ripple (XRP\/BTC) Price Ticker", "description": "This extension shows XRP price in BTC from bittrex exchange", "version": "1.1.4", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/ubq.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/ubq.png" ], "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html" } |