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" ] } ] } |