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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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