Ripple (XRP) Ticker

This extension Shows Ripple (XRP) coin in USD price.

什么是Ripple (XRP) Ticker?

Ripple (XRP) Ticker是由Pieter vd Merwe开发的Chrome扩展程序,该扩展的主要功能是“This extension Shows Ripple (XRP) coin in USD price.”。

扩展截图

screenshot

下载Ripple (XRP) Ticker扩展crx文件

下载Ripple (XRP) Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The ticker shows Ripple(XRP) value in USD. It uses the Bitstamp exchange to get the latest value every 5 minutes. Click on the ticker icon to manually update the price.                    

扩展基本信息

名称 Ripple (XRP) Ticker Ripple (XRP) Ticker
ID hlfklgpbiajhpmgfbkfhejoofmhkhaca
官方URL https://chromewebstore.google.com/detail/ripple-xrp-ticker/hlfklgpbiajhpmgfbkfhejoofmhkhaca
简介 This extension Shows Ripple (XRP) coin in USD price.
文件大小 50.41 KB
安装次数 54
当前版本 1.0.2
更新时间 2021-05-02
上架时间 2019-12-03
评分 5.00/5 共1次评分
开发者 Pieter vd Merwe
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "processor.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "xrp-coin-logo_128x128.png",
        "default_title": "Ripple (XRP) Ticker"
    },
    "description": "This extension Shows Ripple (XRP) coin in USD price.",
    "icons": {
        "128": "xrp-coin-logo_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0p0JWgSneTzcgevKhGBEY5oIrYBpPP5bLdZbQlsvR\/s1DyVw4DNyo\/x5iXwnd036\/li3F9aZV+f+TAYDUIZthSEnnZaSlQg9ANBRSKnlA7FqRXrFJqMfxaxPh0XWa0ewSJOipoXCh+AiHWdVQXyAFiwUK++QoEAReOtH7w4kL13JC2HVUMJ4B1dPAnT3F62vul3uCDrMux+c+ipwOoMBcZE60dKBa80ht2\/ySVXQFT31GcQwIBohXw2SU9hqOQM0ssGNqBuNoNTNVVE9u9ZcgReUgF2ADJmAcXe+BmSWYRJQKAP5YhvPPcdsgFVGI165LoHrRq2+qUE9yEcV3ES3QIDAQAB",
    "manifest_version": 2,
    "name": "Ripple (XRP) Ticker",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/*",
        "storage"
    ],
    "short_name": "Ripple (XRP) Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}