Bitcoin Price Tracker

Get instant bitcoin price!

Qu'est-ce que Bitcoin Price Tracker ?

Bitcoin Price Tracker est une extension Chrome développée par tohuem, et sa fonction principale est "Get instant bitcoin price!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bitcoin Price Tracker

Téléchargez les fichiers d'extension Bitcoin Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
URL Officiel https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj
Description Get instant bitcoin price!
Taille du Fichier 369 KB
Nombre d'Installations 26
Version Actuelle 1.1.5
Dernière Mise à Jour 2017-08-28
Date de Publication 2017-08-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur tohuem
Type de Paiement free
Langues Prises en Charge 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"
    ]
}