Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

What is Ripple Price Ticker?

Ripple Price Ticker is a Chrome extension developed by jmar42, and its main feature is "Ripple Price Ticker and other utilities around Ripple".

Extension Screenshots

screenshot

Download Ripple Price Ticker Extension CRX File

Download Ripple 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

                        Get updated Ripple XRP prices with high/low alerts.                    

Extension Basic Information

Name Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Official URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Description Ripple Price Ticker and other utilities around Ripple
File Size 118 KB
Installation Count 17
Current Version 1.0.15
Last Updated 2018-01-11
Publish Date 2018-01-11
Rating 5.00/5 Total 2 Ratings
Developer jmar42
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}