Bitcoin Price

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

Was ist Bitcoin Price?

Bitcoin Price ist eine Chrome-Erweiterung, die von shaomxing entwickelt wurde, und ihr Hauptmerkmal ist "A tool to show Bitcoin price, desktop notifications, and Bitcoin news".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bitcoin Price-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitcoin Price-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bitcoin Price Bitcoin Price
ID kjjlmgehohdbclcmfmphmifnppmcmeio
Offizielle URL https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio
Beschreibung A tool to show Bitcoin price, desktop notifications, and Bitcoin news
Dateigröße 323 KB
Installationsanzahl 401
Aktuelle Version 1.7
Letztes Update 2020-02-05
Veröffentlichungsdatum 2020-02-05
Bewertung 4.17/5 Insgesamt 12 Bewertungen
Entwickler shaomxing
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}