XRP Ticker

Displays live rates for ripple electronic currency

What is XRP Ticker?

XRP Ticker is a Chrome extension developed by Aram Bayadyan, and its main feature is "Displays live rates for ripple electronic currency".

Extension Screenshots

screenshot
screenshot

Download XRP Ticker Extension CRX File

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

                        Displays live rates for ripple electronic currency                    

Extension Basic Information

Name XRP Ticker XRP Ticker
ID mpfidbepelflomnehfimddopefciloao
Official URL https://chrome.google.com/webstore/detail/xrp-ticker/mpfidbepelflomnehfimddopefciloao
Description Displays live rates for ripple electronic currency
File Size 128 KB
Installation Count 47
Current Version 1.1.3
Last Updated 2014-12-09
Publish Date 2014-12-09
Rating 5.00/5 Total 6 Ratings
Developer Aram Bayadyan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XRP Ticker",
    "short_name": "XRP Ticker",
    "version": "1.1.3",
    "author": "Aram Bayadyan",
    "description": "Displays live rates for ripple electronic currency",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/libs\/ripple-0.7.19.js",
            "js\/libs\/lodash.min.js",
            "js\/config.js",
            "js\/xrpticker.min.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "XRP Ticker v1.1.3",
        "default_icon": "xrpticker.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}