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
官方網址 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\/"
    ]
}