Rdd Ticker
This extension displays the current Rdd/BTC price badge.
Rdd Tickerとは何ですか?
Rdd TickerはBrownSlaughterによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the current Rdd/BTC price badge.」です。
拡張機能のスクリーンショット
Rdd Ticker拡張機能のCRXファイルをダウンロード
Rdd Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Rdd Ticker - Displays the current btc price for redd coin on the toolbar (price is retrieved from cryptsy api) Auto update price every 2 mins Click to update price on demand If you Like the ticker feel free to tip me BTC - 1E2FAeEzLgGTHasyf9nJXpa3W8YKvrLMka RDD - RhB7FJxydn9SMYfq6MVNEu24JX61XF1pU6 or find me on http://www.reddit.com/r/reddCoin BrownSlaughter v1.1 typo fix on 'rdd_icon_48.png typo fix on 'rdd_icon_16.png
拡張機能の基本情報
名前 | |
ID | ppbfgckeajiofonbeoehaikambjeciga |
公式URL | https://chrome.google.com/webstore/detail/rdd-ticker/ppbfgckeajiofonbeoehaikambjeciga |
説明 | This extension displays the current Rdd/BTC price badge. |
ファイルサイズ | 78.65 KB |
インストール数 | 29 |
現在のバージョン | 1.1 |
最終更新日 | 2014-07-14 |
公開日 | 2014-07-14 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | BrownSlaughter |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "rdd_icon_48.png" }, "description": "This extension displays the current Rdd\/BTC price badge.", "icons": { "16": "rdd_icon_16.png", "48": "rdd_icon_48.png", "128": "rdd_icon_128.png" }, "manifest_version": 2, "name": "Rdd Ticker", "permissions": [ "storage", "http:\/\/pubapi.cryptsy.com\/" ], "version": "1.1" } |