Crypto Ticker

Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.

Crypto Ticker là gì?

Crypto Ticker là một tiện ích mở rộng Chrome được phát triển bởi epubreader, và tính năng chính của nó là "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.".

Ả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 Crypto Ticker

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

                        Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds.

If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed.

Please contact cryptotickerext at gmail dot com for support.                    

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

Tên Crypto Ticker Crypto Ticker
ID lnlbponfieopeapilgijoffpadgnjgef
URL Chính Thức https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef
Mô tả Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
Kích Thước Tệp 19.33 KB
Số Lần Cài Đặt 1,627
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2021-01-08
Ngày Phát Hành 2018-12-29
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển epubreader
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 Ticker",
    "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.",
    "icons": {
        "16": "skin\/ticker_16.png",
        "32": "skin\/ticker_32.png",
        "48": "skin\/ticker_48.png",
        "128": "skin\/ticker_128.png"
    },
    "version": "1.0.18",
    "author": "Crypton",
    "browser_action": {
        "default_icon": {
            "16": "skin\/ticker_16.png",
            "32": "skin\/ticker_32.png",
            "48": "skin\/ticker_48.png",
            "128": "skin\/ticker_128.png"
        },
        "default_title": "Crypto Ticker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/rate.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.coincap.io\/",
        "https:\/\/www.ecb.europa.eu\/",
        "storage"
    ]
}