CryptoWire

CryptoWire displays the current ticker price of any currency on GDAX

什麼是CryptoWire?

CryptoWire是由sachingoel開發的Chrome擴展程式,該擴展的主要功能是“CryptoWire displays the current ticker price of any currency on GDAX”。

擴展截圖

screenshot
screenshot

下載CryptoWire擴展crx文件

下載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 CryptoWire
ID fidmapppafelhanbficlpelfebcdanfh
官方網址 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"
    ]
}