Crypto Price Checker

Check crypto prices!

Crypto Price Checker là gì?

Crypto Price Checker là một tiện ích mở rộng Chrome được phát triển bởi https://lewiszou.com, và tính năng chính của nó là "Check crypto prices!".

Ả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 Price Checker

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

                        This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.                    

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

Tên Crypto Price Checker Crypto Price Checker
ID lgodfpmfocbdblieklacjfokganlnigm
URL Chính Thức https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm
Mô tả Check crypto prices!
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2018-12-06
Ngày Phát Hành 2018-12-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://lewiszou.com
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 Price Checker",
    "description": "Check crypto prices!",
    "version": "2.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.coingecko.com\/en\/widgets\/",
        "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coingecko.com\/en\/widgets\/",
                "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
            ],
            "js": [
                "jquery-3.3.1.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}