Reddit BTC Ticker
Add a bitcoin price ticker to the bitcoin subreddit
O que é Reddit BTC Ticker?
Reddit BTC Ticker é uma extensão do Chrome desenvolvida por omnibrain, e sua principal característica é "Add a bitcoin price ticker to the bitcoin subreddit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit BTC Ticker
Baixe arquivos de extensão Reddit BTC Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Reddit BTC Ticker |
ID | lnfjghfdbdjgakbfjdliepjcbdahfhpl |
URL Oficial | https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl |
Descrição | Add a bitcoin price ticker to the bitcoin subreddit |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.4 |
Última Atualização | 2013-03-09 |
Data de Publicação | 2013-03-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | omnibrain |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |