CryptoWire

CryptoWire displays the current ticker price of any currency on GDAX

Apa itu CryptoWire?

CryptoWire adalah ekstensi Chrome yang dikembangkan oleh sachingoel, dan fitur utamanya adalah "CryptoWire displays the current ticker price of any currency on GDAX".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi CryptoWire

Unduh file ekstensi CryptoWire dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama CryptoWire CryptoWire
ID fidmapppafelhanbficlpelfebcdanfh
URL Resmi https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh
Deskripsi CryptoWire displays the current ticker price of any currency on GDAX
Ukuran File 9.23 KB
Jumlah Instalasi 35
Versi Saat Ini 1.8.2
Terakhir Diperbarui 2018-04-04
Tanggal Publikasi 2018-04-04
Penilaian 3.50/5 Total 4 Penilaian
Pengembang sachingoel
Tipe Pembayaran free
Situs Ekstensi https://github.com/sgoel/CryptoWire
URL Halaman Bantuan https://github.com/sgoel/CryptoWire
Bahasa yang Didukung 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"
    ]
}