USD/XRP rate

USD/XRP rate

USD/XRP rateとは何ですか?

USD/XRP rateはmedicine28によって開発されたChromeの拡張機能で、その主な機能は「USD/XRP rate」です。

拡張機能のスクリーンショット

screenshot

USD/XRP rate拡張機能のCRXファイルをダウンロード

USD/XRP rate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension displays USD/XRP price on chrome extension badge and updates it every 20 minutes.

This is useful for tracking where the XRP price is heading for casual user.

If you find this extension useful, please donate me at:
XRP: rsX1vKPdxwiXRUrQAS89ssMf1xj5PdPv4K
BTC: 1HbPGy4rK3mxk77k6sGo6UvUTP7EWoudSA
LTC: LhMpHkUK54kYjCvNGNYqFv4xbog4dVRPro

Technical Details:
This extension fetches weighted prices json from bitcoin charts[1] every 20 minutes and calculates USD/XRP price based on 24 hour weighted prices of BTC/XRP and BTC/USD.

[1] http://api.bitcoincharts.com/v1/weighted_prices.json                    

拡張機能の基本情報

名前 USD/XRP rate USD/XRP rate
ID ghbbbhmfbdibidhagaanhedhbnebhmag
公式URL https://chrome.google.com/webstore/detail/usdxrp-rate/ghbbbhmfbdibidhagaanhedhbnebhmag
説明 USD/XRP rate
ファイルサイズ 164 KB
インストール数 38
現在のバージョン 1.0.5
最終更新日 2013-11-28
公開日 2013-11-28
評価 2.60/5 合計 5 レビュー
開発者 medicine28
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "USD\/XRP rate",
    "description": "USD\/XRP rate",
    "version": "1.0.5",
    "permissions": [
        "http:\/\/api.bitcoincharts.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    }
}