Bitcoin Price Ticker

Shows the latest prices and transactions from Bitstamp

Bitcoin Price Ticker란 무엇입니까?

Bitcoin Price Ticker은(는) Nick Zelei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the latest prices and transactions from Bitstamp"입니다.

확장 프로그램 스크린샷

screenshot

Bitcoin Price Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour.

All data is pulled from www.bitstamp.net

Version 1.1.7 fix:
- Fixed min file include error

Version 1.1.6 changes:
- Set floating point to fixed decimal

Version 1.1.X changes:
- Updated styling to better center the main price

Version 1.1 changes:
- Substantial UI overhaul
- Now pulling in transactions from the last hour
- Other various pruning                    

확장 프로그램 기본 정보

이름 Bitcoin Price Ticker Bitcoin Price Ticker
ID hbojnodgdgldmojbedldhdchcjhheeka
공식 URL https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka
설명 Shows the latest prices and transactions from Bitstamp
파일 크기 196 KB
설치 횟수 25
현재 버전 1.1.7
최근 업데이트 2016-03-14
출시 날짜 2016-03-13
평점 5.00/5 총 3 개의 평점
개발자 Nick Zelei
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Ticker",
    "short_name": "Bitcoin Prices",
    "description": "Shows the latest prices and transactions from Bitstamp",
    "version": "1.1.7",
    "browser_action": {
        "default_title": "Bitcoin Price Ticker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "https:\/\/www.bitstamp.net\/api\/transactions\/"
    ]
}