CryptoWire

CryptoWire displays the current ticker price of any currency on GDAX

Co je CryptoWire?

CryptoWire je rozšíření Chrome vyvinuté sachingoel, a jeho hlavní funkcí je „CryptoWire displays the current ticker price of any currency on GDAX“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření CryptoWire

Stáhněte si soubory rozšíření CryptoWire 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í

                        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)                    

Základní Informace o Rozšíření

Název CryptoWire CryptoWire
ID fidmapppafelhanbficlpelfebcdanfh
Oficiální URL https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh
Popis CryptoWire displays the current ticker price of any currency on GDAX
Velikost souboru 9.23 KB
Počet instalací 35
Aktuální Verze 1.8.2
Poslední Aktualizace 2018-04-04
Datum Vydání 2018-04-04
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář sachingoel
Typ Platby free
Webové stránky Rozšíření https://github.com/sgoel/CryptoWire
URL Stránky Nápovědy https://github.com/sgoel/CryptoWire
Podporované Jazyky 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"
    ]
}