Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
Apa itu Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker adalah ekstensi Chrome yang dikembangkan oleh https://virtual-money.xyz, dan fitur utamanya adalah "This Chrome extension that can check the price of Cryptocurrency.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cryptocurrency Price Ticker
Unduh file ekstensi Cryptocurrency 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
Features: - Check the Cryptocurrency Price. - Using poloniex API. - select the currency to display. Currency: - BTC - ETH - ETC - XMR - REP - XRP - ZEC - LTC - DASH
Informasi Dasar Ekstensi
Nama | Cryptocurrency Price Ticker |
ID | ignpmignipmepahdookedpilckoeclob |
URL Resmi | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
Deskripsi | This Chrome extension that can check the price of Cryptocurrency. |
Ukuran File | 293 KB |
Jumlah Instalasi | 206 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2017-06-19 |
Tanggal Publikasi | 2017-06-19 |
Penilaian | 3.80/5 Total 5 Penilaian |
Pengembang | https://virtual-money.xyz |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Price Ticker", "version": "1.1.1", "description": "This Chrome extension that can check the price of Cryptocurrency.", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "options_page": "options.html", "permissions": [ "storage", "https:\/\/poloniex.com\/public*" ], "icons": { "128": "icon.png" } } |