Reddit BTC Ticker
Add a bitcoin price ticker to the bitcoin subreddit
Reddit BTC Tickerとは何ですか?
Reddit BTC Tickerはomnibrainによって開発されたChromeの拡張機能で、その主な機能は「Add a bitcoin price ticker to the bitcoin subreddit」です。
拡張機能のスクリーンショット
Reddit BTC Ticker拡張機能のCRXファイルをダウンロード
Reddit BTC Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New in 1.4: Support for MtRed subreddit New in 1.2: Multi currency support Adds a MtGox bitcoin price ticker to the bitcoin subreddit sidebar.
拡張機能の基本情報
名前 | Reddit BTC Ticker |
ID | lnfjghfdbdjgakbfjdliepjcbdahfhpl |
公式URL | https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl |
説明 | Add a bitcoin price ticker to the bitcoin subreddit |
ファイルサイズ | 180 KB |
インストール数 | 10 |
現在のバージョン | 1.4 |
最終更新日 | 2013-03-09 |
公開日 | 2013-03-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | omnibrain |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit BTC Ticker", "manifest_version": 2, "version": "1.4", "description": "Add a bitcoin price ticker to the bitcoin subreddit", "permissions": [ "http:\/\/www.reddit.com\/r\/Bitcoin*", "https:\/\/mtgox.com\/api\/1\/BTCUSD\/ticker", "http:\/\/rate-exchange.appspot.com\/currency?from=USD&to=*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/Bitcoin*", "*:\/\/*.reddit.com\/r\/MtRed*" ], "js": [ "jquery-1.9.1.min.js", "btc-ticker.js" ] } ] } |