Bitcoin Price

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

Wat is Bitcoin Price?

Bitcoin Price is een Chrome-extensie ontwikkeld door shaomxing, en de belangrijkste functie is "A tool to show Bitcoin price, desktop notifications, and Bitcoin news".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bitcoin Price

Download Bitcoin Price-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bitcoin Price Bitcoin Price
ID kjjlmgehohdbclcmfmphmifnppmcmeio
Officiële URL https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio
Beschrijving A tool to show Bitcoin price, desktop notifications, and Bitcoin news
Bestandsgrootte 323 KB
Aantal Installaties 401
Huidige Versie 1.7
Laatst Bijgewerkt 2020-02-05
Publicatiedatum 2020-02-05
Beoordeling 4.17/5 Totaal 12 Beoordelingen
Ontwikkelaar shaomxing
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}