Ripple (XRP/USD) Price Ticker

This extension shows latest price ticker of XRP/USD.

What is Ripple (XRP/USD) Price Ticker?

Ripple (XRP/USD) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price ticker of XRP/USD.".

Extension Screenshots

screenshot

Download Ripple (XRP/USD) Price Ticker Extension CRX File

Download Ripple (XRP/USD) 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 a simple extension shows XRP price from cryptocompare (XRP/USD)

Extension Features: 
1. XRP price in USD
2. Display Chart
3. Control refresh time (1 min by default)

--
*There is another exchange shows price in BTC.
Search> "aceanfmobdgdiifkcnobhdoadjphmccd"                    

Extension Basic Information

Name Ripple (XRP/USD) Price Ticker Ripple (XRP/USD) Price Ticker
ID lfiejmmmgjifdmgnfaljjkeeojgkcbch
Official URL https://chromewebstore.google.com/detail/ripple-xrpusd-price-ticke/lfiejmmmgjifdmgnfaljjkeeojgkcbch
Description This extension shows latest price ticker of XRP/USD.
File Size 222 KB
Installation Count 523
Current Version 1.0.0
Last Updated 2020-03-11
Publish Date 2020-03-11
Rating 3.80/5 Total 5 Ratings
Developer Taha
Email [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\/USD) Price Ticker",
    "description": "This extension shows latest price ticker of XRP\/USD.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/min-api.cryptocompare.com\/"
    ]
}