Bitcoin Price

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

Bitcoin Price란 무엇입니까?

Bitcoin Price은(는) shaomxing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to show Bitcoin price, desktop notifications, and Bitcoin news"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bitcoin Price 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bitcoin Price Bitcoin Price
ID kjjlmgehohdbclcmfmphmifnppmcmeio
공식 URL https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio
설명 A tool to show Bitcoin price, desktop notifications, and Bitcoin news
파일 크기 323 KB
설치 횟수 401
현재 버전 1.7
최근 업데이트 2020-02-05
출시 날짜 2020-02-05
평점 4.17/5 총 12 개의 평점
개발자 shaomxing
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}