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
公式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"
    ]
}