Bitstamp Ticker

Realtime bitcoin prices from Bitstamp

Bitstamp Tickerคืออะไร?

Bitstamp Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piotrek และคุณลักษณะหลักของมันคือ "Realtime bitcoin prices from Bitstamp"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitstamp Ticker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}