Bitpay Ticker

Keep track of current bitcoin prices using Bitpay API

Bitpay Ticker là gì?

Bitpay Ticker là một tiện ích mở rộng Chrome được phát triển bởi jfreak53, và tính năng chính của nó là "Keep track of current bitcoin prices using Bitpay API".

Ả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 Bitpay Ticker

Tải xuống các tệp mở rộng Bitpay 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

                        This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate.                    

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

Tên Bitpay Ticker Bitpay Ticker
ID ahobmphfbngpaabamkhikfleaaaalpcn
URL Chính Thức https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn
Mô tả Keep track of current bitcoin prices using Bitpay API
Kích Thước Tệp 38.87 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-03-12
Ngày Phát Hành 2015-03-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jfreak53
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,
    "background": {
        "persistent": true,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "bcicon.png",
        "default_title": "Bitpay Ticker",
        "default_popup": "popup.html"
    },
    "description": "Keep track of current bitcoin prices using Bitpay API",
    "name": "Bitpay Ticker",
    "permissions": [
        "https:\/\/bitpay.com\/*"
    ],
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}