Reddit BTC Ticker
Add a bitcoin price ticker to the bitcoin subreddit
Cos'è Reddit BTC Ticker?
Reddit BTC Ticker è un'estensione di Chrome sviluppata da omnibrain, e la sua funzione principale è "Add a bitcoin price ticker to the bitcoin subreddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit BTC Ticker
Scarica i file di estensione Reddit BTC Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Reddit BTC Ticker |
ID | lnfjghfdbdjgakbfjdliepjcbdahfhpl |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl |
Descrizione | Add a bitcoin price ticker to the bitcoin subreddit |
Dimensione del File | 180 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2013-03-09 |
Data di Pubblicazione | 2013-03-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | omnibrain |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |