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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |