Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

什么是Ripple Price Ticker?

Ripple Price Ticker是由jmar42开发的Chrome扩展程序,该扩展的主要功能是“Ripple Price Ticker and other utilities around Ripple”。

扩展截图

screenshot

下载Ripple Price Ticker扩展crx文件

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

扩展使用说明

                        Get updated Ripple XRP prices with high/low alerts.                    

扩展基本信息

名称 Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
官方URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
简介 Ripple Price Ticker and other utilities around Ripple
文件大小 118 KB
安装次数 17
当前版本 1.0.15
更新时间 2018-01-11
上架时间 2018-01-11
评分 5.00/5 共2次评分
开发者 jmar42
付费类型 free
支持的语言 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\/"
    ]
}