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\/"
    ]
}