Bitcoin Price Tracker

Get instant bitcoin price!

Wat is Bitcoin Price Tracker?

Bitcoin Price Tracker is een Chrome-extensie ontwikkeld door tohuem, en de belangrijkste functie is "Get instant bitcoin price!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitcoin Price Tracker

Download Bitcoin Price Tracker-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

                        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.                    

Basisinformatie over de Extensie

Naam Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
Officiële URL https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj
Beschrijving Get instant bitcoin price!
Bestandsgrootte 369 KB
Aantal Installaties 26
Huidige Versie 1.1.5
Laatst Bijgewerkt 2017-08-28
Publicatiedatum 2017-08-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tohuem
Betalingswijze free
Ondersteunde Talen 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"
    ]
}