Crypto Prices (Binance)

Prices of crypto currencies from Binance.com

Crypto Prices (Binance) là gì?

Crypto Prices (Binance) là một tiện ích mở rộng Chrome được phát triển bởi passbbi, và tính năng chính của nó là "Prices of crypto currencies from Binance.com".

Ả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 Crypto Prices (Binance)

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

                        Prices of crypto currencies from Binance.com
Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.                    

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

Tên Crypto Prices (Binance) Crypto Prices (Binance)
ID hjldnpiclhlaomebmfifoffocgabipje
URL Chính Thức https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje
Mô tả Prices of crypto currencies from Binance.com
Kích Thước Tệp 24.28 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-01-03
Ngày Phát Hành 2018-01-03
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển passbbi
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",
    "manifest_version": 2,
    "name": "Crypto Prices (Binance)",
    "version": "1.2",
    "description": "Prices of crypto currencies from Binance.com",
    "homepage_url": "https:\/\/www.binance.com\/?ref=11267633",
    "icons": {
        "48": "icons\/addon-logo-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.binance.com\/*",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": "icons\/addon-logo-48.png",
        "default_title": "Crypto",
        "default_popup": "show_prices.html"
    }
}