Reddit BTC Ticker
Add a bitcoin price ticker to the bitcoin subreddit
Wat is Reddit BTC Ticker?
Reddit BTC Ticker is een Chrome-extensie ontwikkeld door omnibrain, en de belangrijkste functie is "Add a bitcoin price ticker to the bitcoin subreddit".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit BTC Ticker
Download Reddit BTC Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Reddit BTC Ticker |
ID | lnfjghfdbdjgakbfjdliepjcbdahfhpl |
Officiële URL | https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl |
Beschrijving | Add a bitcoin price ticker to the bitcoin subreddit |
Bestandsgrootte | 180 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2013-03-09 |
Publicatiedatum | 2013-03-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | omnibrain |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |