Ethereum (ETH) | Simple Ticker

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

Ethereum (ETH) | Simple Ticker là gì?

Ethereum (ETH) | 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 Ethereum 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 Ethereum (ETH) | Simple Ticker

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