Bitcoin Price Tracker

Get instant bitcoin price!

Co to jest Bitcoin Price Tracker?

Bitcoin Price Tracker to rozszerzenie Chrome opracowane przez tohuem, a jego główną funkcją jest „Get instant bitcoin price!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitcoin Price Tracker

Pobierz pliki rozszerzeń Bitcoin Price Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
Oficjalny URL https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj
Opis Get instant bitcoin price!
Rozmiar pliku 369 KB
Liczba instalacji 26
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2017-08-28
Data Publikacji 2017-08-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper tohuem
Typ Płatności free
Obsługiwane Języki 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"
    ]
}