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
官方網址 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"
}