Bitcoin Price Tracker

Get instant bitcoin price!

Cos'è Bitcoin Price Tracker?

Bitcoin Price Tracker è un'estensione di Chrome sviluppata da tohuem, e la sua funzione principale è "Get instant bitcoin price!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bitcoin Price Tracker

Scarica i file di estensione Bitcoin Price Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.                    

Informazioni di Base sull'Estensione

Nome Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
URL Ufficiale https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj
Descrizione Get instant bitcoin price!
Dimensione del File 369 KB
Conteggio Installazioni 26
Versione Corrente 1.1.5
Ultimo Aggiornamento 2017-08-28
Data di Pubblicazione 2017-08-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore tohuem
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Tracker",
    "description": "Get instant bitcoin price!",
    "version": "1.1.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd",
        "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json"
    ]
}