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 |
官方網址 | 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" ] } ] } |