Add USD to Binance

Adds visual USD indicators for portfolio overview page in Binance

Add USD to Binance là gì?

Add USD to Binance là một tiện ích mở rộng Chrome được phát triển bởi capitalconverter, và tính năng chính của nó là "Adds visual USD indicators for portfolio overview page in Binance".

Ả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 Add USD to Binance

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

                        Push the extension button to convert total coin values and the per coin USD values

Wait 5 minutes, push again for newly updated values!



Eth Donations Welcome:  0x1a7b08ef131911c9da0d2d83d15e47da7b1a9591                    

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

Tên Add USD to Binance Add USD to Binance
ID jnohlfddgmlbneghbhdcfkciajihfbik
URL Chính Thức https://chromewebstore.google.com/detail/add-usd-to-binance/jnohlfddgmlbneghbhdcfkciajihfbik
Mô tả Adds visual USD indicators for portfolio overview page in Binance
Kích Thước Tệp 3.74 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2018-01-03
Ngày Phát Hành 2018-01-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển capitalconverter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add USD to Binance",
    "description": "Adds visual USD indicators for portfolio overview page in Binance",
    "version": "2.0.5",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Present USD"
    },
    "manifest_version": 2
}