Bitstamp Ticker

Realtime bitcoin prices from Bitstamp

什么是Bitstamp Ticker?

Bitstamp Ticker是由Piotrek开发的Chrome扩展程序,该扩展的主要功能是“Realtime bitcoin prices from Bitstamp”。

扩展截图

screenshot

下载Bitstamp Ticker扩展crx文件

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

扩展使用说明

                        Bitstamp time ticker, showing bitcoin price in USD and EUR.

It uses bitstamp V2 web-sockets protocol for a real time price updates.

If you want to see the EUR price over the icon, just click on the value in the "Last" row of the popup window.                    

扩展基本信息

名称 Bitstamp Ticker Bitstamp Ticker
ID iloecoadcnbkhepoaacjnegdmhapiiek
官方URL https://chromewebstore.google.com/detail/bitstamp-ticker/iloecoadcnbkhepoaacjnegdmhapiiek
简介 Realtime bitcoin prices from Bitstamp
文件大小 27.15 KB
安装次数 98
当前版本 2.8.0
更新时间 2023-02-17
上架时间 2020-05-05
评分 4.50/5 共4次评分
开发者 Piotrek
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitstamp32.png",
        "default_popup": "popup.html"
    },
    "description": "Realtime bitcoin prices from Bitstamp",
    "icons": {
        "128": "bitstamp128.png"
    },
    "manifest_version": 2,
    "name": "Bitstamp Ticker",
    "permissions": [
        "https:\/\/www.bitstamp.net\/"
    ],
    "version": "2.8.0"
}