Bitcoin Price Ticker
Shows the latest prices and transactions from Bitstamp
Co je Bitcoin Price Ticker?
Bitcoin Price Ticker je rozšíření Chrome vyvinuté Nick Zelei, a jeho hlavní funkcí je „Shows the latest prices and transactions from Bitstamp“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bitcoin Price Ticker
Stáhněte si soubory rozšíření Bitcoin Price Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour. All data is pulled from www.bitstamp.net Version 1.1.7 fix: - Fixed min file include error Version 1.1.6 changes: - Set floating point to fixed decimal Version 1.1.X changes: - Updated styling to better center the main price Version 1.1 changes: - Substantial UI overhaul - Now pulling in transactions from the last hour - Other various pruning
Základní Informace o Rozšíření
Název | Bitcoin Price Ticker |
ID | hbojnodgdgldmojbedldhdchcjhheeka |
Oficiální URL | https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka |
Popis | Shows the latest prices and transactions from Bitstamp |
Velikost souboru | 196 KB |
Počet instalací | 25 |
Aktuální Verze | 1.1.7 |
Poslední Aktualizace | 2016-03-14 |
Datum Vydání | 2016-03-13 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Nick Zelei |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Ticker", "short_name": "Bitcoin Prices", "description": "Shows the latest prices and transactions from Bitstamp", "version": "1.1.7", "browser_action": { "default_title": "Bitcoin Price Ticker", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.bitstamp.net\/api\/ticker\/", "https:\/\/www.bitstamp.net\/api\/transactions\/" ] } |