Bitcoin Price Ticker
Shows the latest prices and transactions from Bitstamp
Qu'est-ce que Bitcoin Price Ticker ?
Bitcoin Price Ticker est une extension Chrome développée par Nick Zelei, et sa fonction principale est "Shows the latest prices and transactions from Bitstamp".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Price Ticker
Téléchargez les fichiers d'extension Bitcoin Price Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Bitcoin Price Ticker |
ID | hbojnodgdgldmojbedldhdchcjhheeka |
URL Officiel | https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka |
Description | Shows the latest prices and transactions from Bitstamp |
Taille du Fichier | 196 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2016-03-14 |
Date de Publication | 2016-03-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Nick Zelei |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |