Bitcoin Price

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

Co je Bitcoin Price?

Bitcoin Price je rozšíření Chrome vyvinuté shaomxing, a jeho hlavní funkcí je „A tool to show Bitcoin price, desktop notifications, and Bitcoin news“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bitcoin Price

Stáhněte si soubory rozšíření Bitcoin Price ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bitcoin Price Bitcoin Price
ID kjjlmgehohdbclcmfmphmifnppmcmeio
Oficiální URL https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio
Popis A tool to show Bitcoin price, desktop notifications, and Bitcoin news
Velikost souboru 323 KB
Počet instalací 401
Aktuální Verze 1.7
Poslední Aktualizace 2020-02-05
Datum Vydání 2020-02-05
Hodnocení 4.17/5 Celkem 12 Hodnocení
Vývojář shaomxing
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}