Binance Coin (BNB) | Simple Ticker

Displays quick information about the current price of Binance Coin in your browser's toolbar.

Binance Coin (BNB) | Simple Ticker là gì?

Binance Coin (BNB) | Simple Ticker là một tiện ích mở rộng Chrome được phát triển bởi txpetr.cz, và tính năng chính của nó là "Displays quick information about the current price of Binance Coin in your browser's toolbar.".

Ả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 Coin (BNB) | Simple Ticker

Tải xuống các tệp mở rộng Binance Coin (BNB) | Simple 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

                        Description
------------------

This plugin displays the current Binance Coin (BNB) price in USD ($) from coinlib.io simply in your browser's toolbar so you can see it immediately.

Functions
----------------

- currency: USD
- price check every minute
- badge color according to the current (last 24h) exchange rate (red = down, green = up)
- popup window with statistics after clicking on the toolbar icon

History
-------------

v 1.0.1 (09.01.2021)

- blinking badge when extension rate changed
- click event on icon removed and replaced with data popup 
- detailed statistics in toolbar context menu

v 1.0.0 (07.01.2021)

- price check every minute
- badge color according to the current exchange rate
- clicking on the icon redirects to statistics
- currency: USD                    

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

Tên Binance Coin (BNB) | Simple Ticker Binance Coin (BNB) | Simple Ticker
ID fgbchkgnilfaodikpidlplkelknjejea
URL Chính Thức https://chromewebstore.google.com/detail/binance-coin-bnb-simple-t/fgbchkgnilfaodikpidlplkelknjejea
Mô tả Displays quick information about the current price of Binance Coin in your browser's toolbar.
Kích Thước Tệp 99.95 KB
Số Lần Cài Đặt 356
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-09
Ngày Phát Hành 2021-01-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển txpetr.cz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.txpetr.cz/
URL Trang Trợ Giúp https://www.txpetr.cz/
URL Trang Chính Sách Bảo Mật https://www.txpetr.cz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance Coin (BNB) | Simple Ticker",
    "description": "Displays quick information about the current price of Binance Coin in your browser's toolbar.",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Binance Coin (BNB)",
        "default_icon": "icons\/19.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/coinlib.io\/coin\/BNB\/Binance+Coin",
        "contextMenus"
    ]
}