Bitcoin Price Ticker
Shows the latest prices and transactions from Bitstamp
Was ist Bitcoin Price Ticker?
Bitcoin Price Ticker ist eine Chrome-Erweiterung, die von Nick Zelei entwickelt wurde, und ihr Hauptmerkmal ist "Shows the latest prices and transactions from Bitstamp".
Erweiterungsscreenshots
Bitcoin Price Ticker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitcoin Price Ticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bitcoin Price Ticker |
ID | hbojnodgdgldmojbedldhdchcjhheeka |
Offizielle URL | https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka |
Beschreibung | Shows the latest prices and transactions from Bitstamp |
Dateigröße | 196 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.1.7 |
Letztes Update | 2016-03-14 |
Veröffentlichungsdatum | 2016-03-13 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Nick Zelei |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |