Binance show USD

Add the USD value to the output of the BTC Value column on Binance

Binance show USD là gì?

Binance show USD là một tiện ích mở rộng Chrome được phát triển bởi manpreet, và tính năng chính của nó là "Add the USD value to the output of the BTC Value column on Binance".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Binance show USD

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

                        Add the USD value to the output of the BTC Value column on Binance.

Binance and the Binance Logo are registered trademarks of Binance Limited                    

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

Tên Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
URL Chính Thức https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Mô tả Add the USD value to the output of the BTC Value column on Binance
Kích Thước Tệp 36.28 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2018-01-04
Ngày Phát Hành 2018-01-04
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển manpreet
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/manpreetnarang/Binance-BTCtoUSD
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance show USD",
    "description": "Add the USD value to the output of the BTC Value column on Binance",
    "version": "1.01",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}