Simple Bitcoin Ticker
This extension shows latest price ticker of popular BTC trading markets.
Simple Bitcoin Ticker란 무엇입니까?
Simple Bitcoin Ticker은(는) ryaneof에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows latest price ticker of popular BTC trading markets."입니다.
확장 프로그램 스크린샷
Simple Bitcoin Ticker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Chrome Extension showing current Bitcoin price ticker. Supported BitCoin Markets: - 796 Xchange - Bitfinex - Bitstamp - BTC-E - BTC100 - BTCC - BTCTrade - CHBTC - Huobi - OKCoin - Yunbi
확장 프로그램 기본 정보
이름 | |
ID | jhbgelfndhaccioppbfadmjabloddnkg |
공식 URL | https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/jhbgelfndhaccioppbfadmjabloddnkg |
설명 | This extension shows latest price ticker of popular BTC trading markets. |
파일 크기 | 85.94 KB |
설치 횟수 | 68 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2015-10-01 |
출시 날짜 | 2015-10-01 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | ryaneof |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ryaneof/simple-bitcoin-ticker |
도움말 페이지 URL | https://github.com/ryaneof/simple-bitcoin-ticker |
개인정보 보호 정책 페이지 URL | https://ryan.im |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Bitcoin Ticker", "description": "This extension shows latest price ticker of popular BTC trading markets.", "version": "0.0.2", "browser_action": { "default_icon": "images\/icon.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/data.btcc.com\/", "https:\/\/www.bitstamp.net\/", "https:\/\/www.okcoin.cn\/", "http:\/\/api.chbtc.com\/", "https:\/\/btc-e.com\/", "http:\/\/market.huobi.com\/", "http:\/\/api.796.com\/", "http:\/\/www.btctrade.com\/", "https:\/\/www.btc100.com\/", "https:\/\/api.bitfinex.com\/", "https:\/\/yunbi.com\/" ] } |