Bitcoin Price

A tool to show Bitcoin price, desktop notifications, and Bitcoin news

Bitcoin Price là gì?

Bitcoin Price là một tiện ích mở rộng Chrome được phát triển bởi shaomxing, và tính năng chính của nó là "A tool to show Bitcoin price, desktop notifications, and Bitcoin news".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Price

Tải xuống các tệp mở rộng Bitcoin Price 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 extension shows the price of Bitcoin, Litecoin, Ether and other cryptocurrencies. It can show notifications for your cryptocurrencies.

Features:
1. Price tiker: A simple tool providing real time market value for Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH), Bitcoin-cash(BCH), Ripple(XRP), Litecoin(LTC), Dash(DASH), Monero(XMR), etc.
2. Price notification: It can show notifications when the ticker price exceeds your defined price.
3. Bitcoin news:  News from Bitcoin.com, NEWSBTC, Bitcoinist, etc.
4. Support 100+ cryptocurrencies.                    

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

Tên Bitcoin Price Bitcoin Price
ID kjjlmgehohdbclcmfmphmifnppmcmeio
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio
Mô tả A tool to show Bitcoin price, desktop notifications, and Bitcoin news
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 401
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-02-05
Ngày Phát Hành 2020-02-05
Đánh Giá 4.17/5 Tổng số 12 Đánh Giá
Nhà Phát Triển shaomxing
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": "Bitcoin Price",
    "description": "A tool to show Bitcoin price, desktop notifications, and Bitcoin news",
    "version": "1.7",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/info.js",
            "js\/fetchPrice.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/api.coinmarketcap.com\/*",
        "https:\/\/www.binance.com\/*",
        "https:\/\/fxhapi.feixiaohao.com\/*",
        "https:\/\/coinmarketcap.com\/*",
        "http:\/\/api.jinse.com\/",
        "https:\/\/x.btckan.com\/",
        "https:\/\/graphs2.coinmarketcap.com\/*"
    ]
}