CryptoWire
CryptoWire displays the current ticker price of any currency on GDAX
Τι είναι το CryptoWire;
Το CryptoWire είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sachingoel, και η κύρια λειτουργία του είναι "CryptoWire displays the current ticker price of any currency on GDAX".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CryptoWire
Λήψη αρχείων επέκτασης CryptoWire σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
CryptoWire displays the current ticker price for any of the currencies offered by GDAX conveniently in your browser window! Additionally, the background color changes based on the current GDAX price's difference from the Opening 24 hour price If you like this extension, feel free to donate some BTC to me: 17xCi6517B1HzJywsdES1rbcseLMoSSven Changelog --------------- Version 1.8.2 - Fixed memory leak Version 1.7.0 - Added support for Bitcoin Cash (BCH) Version 1.6.0 - Bug fix for displaying incorrect currency value after returning to browser window Version 1.5.0 - Allows users to choose which GDAX currency to display in extension: Bitcoin, Ethereum or Litecoin (BTC, ETH, LTC)
Βασικές Πληροφορίες Επέκτασης
Όνομα | CryptoWire |
ID | fidmapppafelhanbficlpelfebcdanfh |
Επίσημο URL | https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh |
Περιγραφή | CryptoWire displays the current ticker price of any currency on GDAX |
Μέγεθος Αρχείου | 9.23 KB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 1.8.2 |
Τελευταία Ενημέρωση | 2018-04-04 |
Ημερομηνία Δημοσίευσης | 2018-04-04 |
Αξιολόγηση | 3.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | sachingoel |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/sgoel/CryptoWire |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/sgoel/CryptoWire |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoWire", "description": "CryptoWire displays the current ticker price of any currency on GDAX", "version": "1.8.2", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "incognito": "spanning", "permissions": [ "storage" ] } |