CEX.io GHS Ticker

This extension displays the current CEX.io GHS/mBTC price on the badge icon.

CEX.io GHS Ticker là gì?

CEX.io GHS Ticker là một tiện ích mở rộng Chrome được phát triển bởi n.brooking, và tính năng chính của nó là "This extension displays the current CEX.io GHS/mBTC price on the badge icon.".

Ả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 CEX.io GHS Ticker

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

                        Displays the current GHS/mBTC amount, as pulled from cex.io. The price updates every 5 minutes. (Note this displays price in mBTC, not BTC.)

If you like this, you can donate here:
BTC: 
1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2

LTC: 
LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX

DOGE:
D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn                    

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

Tên CEX.io GHS Ticker CEX.io GHS Ticker
ID amihmihenaaecegfjpcngkfpofjnaegi
URL Chính Thức https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi
Mô tả This extension displays the current CEX.io GHS/mBTC price on the badge icon.
Kích Thước Tệp 41.54 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-02-10
Ngày Phát Hành 2014-02-10
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển n.brooking
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "cex_icon_48.png"
    },
    "description": "This extension displays the current CEX.io GHS\/mBTC price on the badge icon.",
    "icons": {
        "16": "cex_icon_16.png",
        "48": "cex_icon_48.png",
        "64": "cex_icon_64.png"
    },
    "manifest_version": 2,
    "name": "CEX.io GHS Ticker",
    "permissions": [
        "storage",
        "https:\/\/cex.io\/api\/"
    ],
    "version": "1.0.0"
}