Bitcoin Price Ticker

Shows the latest prices and transactions from Bitstamp

Bitcoin Price Ticker là gì?

Bitcoin Price Ticker là một tiện ích mở rộng Chrome được phát triển bởi Nick Zelei, và tính năng chính của nó là "Shows the latest prices and transactions from Bitstamp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Price Ticker

Tải xuống các tệp mở rộng Bitcoin Price Ticker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitcoin Price Ticker Bitcoin Price Ticker
ID hbojnodgdgldmojbedldhdchcjhheeka
URL Chính Thức https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka
Mô tả Shows the latest prices and transactions from Bitstamp
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2016-03-14
Ngày Phát Hành 2016-03-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Nick Zelei
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}