Bitcoin Price Ticker

Shows the latest prices and transactions from Bitstamp

Bitcoin Price Tickerคืออะไร?

Bitcoin Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Zelei และคุณลักษณะหลักของมันคือ "Shows the latest prices and transactions from Bitstamp"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Bitcoin Price Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour.

All data is pulled from www.bitstamp.net

Version 1.1.7 fix:
- Fixed min file include error

Version 1.1.6 changes:
- Set floating point to fixed decimal

Version 1.1.X changes:
- Updated styling to better center the main price

Version 1.1 changes:
- Substantial UI overhaul
- Now pulling in transactions from the last hour
- Other various pruning                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bitcoin Price Ticker Bitcoin Price Ticker
ID hbojnodgdgldmojbedldhdchcjhheeka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka
คำอธิบาย Shows the latest prices and transactions from Bitstamp
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2016-03-14
วันที่เผยแพร่ 2016-03-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Nick Zelei
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Ticker",
    "short_name": "Bitcoin Prices",
    "description": "Shows the latest prices and transactions from Bitstamp",
    "version": "1.1.7",
    "browser_action": {
        "default_title": "Bitcoin Price Ticker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "https:\/\/www.bitstamp.net\/api\/transactions\/"
    ]
}