Bitcoin Price Ticker
Shows the latest prices and transactions from Bitstamp
Apa itu Bitcoin Price Ticker?
Bitcoin Price Ticker adalah ekstensi Chrome yang dikembangkan oleh Nick Zelei, dan fitur utamanya adalah "Shows the latest prices and transactions from Bitstamp".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitcoin Price Ticker
Unduh file ekstensi Bitcoin Price Ticker 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
Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour. All data is pulled from www.bitstamp.net Version 1.1.7 fix: - Fixed min file include error Version 1.1.6 changes: - Set floating point to fixed decimal Version 1.1.X changes: - Updated styling to better center the main price Version 1.1 changes: - Substantial UI overhaul - Now pulling in transactions from the last hour - Other various pruning
Informasi Dasar Ekstensi
Nama | Bitcoin Price Ticker |
ID | hbojnodgdgldmojbedldhdchcjhheeka |
URL Resmi | https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka |
Deskripsi | Shows the latest prices and transactions from Bitstamp |
Ukuran File | 196 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.1.7 |
Terakhir Diperbarui | 2016-03-14 |
Tanggal Publikasi | 2016-03-13 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Nick Zelei |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Ticker", "short_name": "Bitcoin Prices", "description": "Shows the latest prices and transactions from Bitstamp", "version": "1.1.7", "browser_action": { "default_title": "Bitcoin Price Ticker", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.bitstamp.net\/api\/ticker\/", "https:\/\/www.bitstamp.net\/api\/transactions\/" ] } |