CryptoWire

CryptoWire displays the current ticker price of any currency on GDAX

Qu'est-ce que CryptoWire ?

CryptoWire est une extension Chrome développée par sachingoel, et sa fonction principale est "CryptoWire displays the current ticker price of any currency on GDAX".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CryptoWire

Téléchargez les fichiers d'extension CryptoWire 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

                        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)                    

Informations de Base sur l'Extension

Nom CryptoWire CryptoWire
ID fidmapppafelhanbficlpelfebcdanfh
URL Officiel https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh
Description CryptoWire displays the current ticker price of any currency on GDAX
Taille du Fichier 9.23 KB
Nombre d'Installations 35
Version Actuelle 1.8.2
Dernière Mise à Jour 2018-04-04
Date de Publication 2018-04-04
Évaluation 3.50/5 Total 4 Évaluations
Développeur sachingoel
Type de Paiement free
Site Web de l'Extension https://github.com/sgoel/CryptoWire
URL de la Page d'Aide https://github.com/sgoel/CryptoWire
Langues Prises en Charge 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"
    ]
}