Bitcoin price at Bitstamp

Displays the current bitcoin price at Bitstamp.

Bitcoin price at Bitstamp란 무엇입니까?

Bitcoin price at Bitstamp은(는) Bernardo Boncompagni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current bitcoin price at Bitstamp."입니다.

확장 프로그램 스크린샷

screenshot

Bitcoin price at Bitstamp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Displays the latest Bitcoin price at BitStamp.

Background color-coded: more greenish means closer to the maximum of the day, more reddish means closer to the minimum.

Options allow entering a Bitcoin quantity for real-time value conversion and the currency you wish to follow (EUR or USD).

Popup shows last value, daily high and low, ask, bid, number of Bitcoins owned, their value, hourly and weekly Trading View candle charts.

DISCLAIMER: I am not affiliated with Bitstamp or TradingView in any way.

CHANGELOG
v. 1.4: now uses charts from TradingView
v. 1.3.1: added support for prices > 10,000 (displayed as 00.0k)
v. 1.3: finally added dot (changes in Chrome allow for smaller fonts)
v. 1.2: added support for Euro exchange
v. 1.1: added daily high and low.                    

확장 프로그램 기본 정보

이름 Bitcoin price at Bitstamp Bitcoin price at Bitstamp
ID inpkhjhgpbkjdaomkiacfamklnocegdj
공식 URL https://chrome.google.com/webstore/detail/bitcoin-price-at-bitstamp/inpkhjhgpbkjdaomkiacfamklnocegdj
설명 Displays the current bitcoin price at Bitstamp.
파일 크기 28.18 KB
설치 횟수 475
현재 버전 1.4
최근 업데이트 2021-08-06
출시 날짜 2019-06-03
평점 3.86/5 총 7 개의 평점
개발자 Bernardo Boncompagni
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin price at Bitstamp",
    "short_name": "Bitstamp BTC price",
    "description": "Displays the current bitcoin price at Bitstamp.",
    "version": "1.4",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Click to show more information",
        "default_popup": "popup.htm",
        "default_icon": {
            "19": "19.png"
        }
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/",
        "storage"
    ]
}