Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Apa itu Crypto Prices (Binance)?
Crypto Prices (Binance) adalah ekstensi Chrome yang dikembangkan oleh passbbi, dan fitur utamanya adalah "Prices of crypto currencies from Binance.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crypto Prices (Binance)
Unduh file ekstensi Crypto Prices (Binance) 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
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Informasi Dasar Ekstensi
Nama | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
URL Resmi | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Deskripsi | Prices of crypto currencies from Binance.com |
Ukuran File | 24.28 KB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-01-03 |
Tanggal Publikasi | 2018-01-03 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | passbbi |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |