Live Cryptocurrency Toolbar

Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.

Live Cryptocurrency Toolbar là gì?

Live Cryptocurrency Toolbar là một tiện ích mở rộng Chrome được phát triển bởi Katyi Gergo, và tính năng chính của nó là "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser 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 Live Cryptocurrency Toolbar

Tải xuống các tệp mở rộng Live Cryptocurrency Toolbar 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 multiple cryptocurrencies. Prices are updated every 5 minutes.                    

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

Tên Live Cryptocurrency Toolbar Live Cryptocurrency Toolbar
ID komfbgcghgejfibmikljflimdjkgmalk
URL Chính Thức https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk
Mô tả Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Kích Thước Tệp 47.37 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-08-05
Ngày Phát Hành 2018-08-05
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Katyi Gergo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Cryptocurrency Toolbar",
    "version": "1.0",
    "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "loader.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "cryptoToolbar.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}