Tether (USDT) | Simple Ticker

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

Tether (USDT) | Simple Ticker là gì?

Tether (USDT) | 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 Tether 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 Tether (USDT) | Simple Ticker

Tải xuống các tệp mở rộng Tether (USDT) | 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 Tether (USDT) 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 Tether (USDT) | Simple Ticker Tether (USDT) | Simple Ticker
ID ahkepgmbodoebkgfnfppnbgpibgnkanh
URL Chính Thức https://chromewebstore.google.com/detail/tether-usdt-simple-ticker/ahkepgmbodoebkgfnfppnbgpibgnkanh
Mô tả Displays quick information about the current price of Tether in your browser's toolbar.
Kích Thước Tệp 247 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-10
Ngày Phát Hành 2021-01-10
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": "Tether (USDT) | Simple Ticker",
    "description": "Displays quick information about the current price of Tether in your browser's toolbar.",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Tether (USDT)",
        "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\/USDT\/Tether",
        "contextMenus"
    ]
}