Ripple (XRP/BTC) Price Ticker
This extension shows XRP price in BTC from bittrex exchange
What is Ripple (XRP/BTC) Price Ticker?
Ripple (XRP/BTC) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows XRP price in BTC from bittrex exchange".
Extension Screenshots
Download Ripple (XRP/BTC) Price Ticker Extension CRX File
Download Ripple (XRP/BTC) Price Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Ripple (XRP/BTC) Price Ticker |
ID | aceanfmobdgdiifkcnobhdoadjphmccd |
Official URL | https://chromewebstore.google.com/detail/ripple-xrpbtc-price-ticke/aceanfmobdgdiifkcnobhdoadjphmccd |
Description | This extension shows XRP price in BTC from bittrex exchange |
File Size | 68.72 KB |
Installation Count | 841 |
Current Version | 1.1.4 |
Last Updated | 2020-06-18 |
Publish Date | 2020-06-17 |
Rating | 4.14/5 Total 29 Ratings |
Developer | Taha |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |