Bitcoin price at Bitstamp

Displays the current bitcoin price at Bitstamp.

Bitcoin price at Bitstampคืออะไร?

Bitcoin price at Bitstamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bernardo Boncompagni และคุณลักษณะหลักของมันคือ "Displays the current bitcoin price at Bitstamp."

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

screenshot

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

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