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文件

下载Bitcoin price at Bitstamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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