Bitcoin Price Tracker

Get instant bitcoin price!

Apa itu Bitcoin Price Tracker?

Bitcoin Price Tracker adalah ekstensi Chrome yang dikembangkan oleh tohuem, dan fitur utamanya adalah "Get instant bitcoin price!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin Price Tracker

Unduh file ekstensi Bitcoin Price Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
URL Resmi https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj
Deskripsi Get instant bitcoin price!
Ukuran File 369 KB
Jumlah Instalasi 26
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2017-08-28
Tanggal Publikasi 2017-08-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang tohuem
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}