Bitfinex Chart Viewer
This extension allows the user to extend chart from bitfinex on whole page
Apa itu Bitfinex Chart Viewer?
Bitfinex Chart Viewer adalah ekstensi Chrome yang dikembangkan oleh NightWolf, dan fitur utamanya adalah "This extension allows the user to extend chart from bitfinex on whole page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitfinex Chart Viewer
Unduh file ekstensi Bitfinex Chart Viewer 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
This extension allows to extend chart from bitfinex.com on whole page. Also it provides quick links to bitfinex markets.
Informasi Dasar Ekstensi
Nama | Bitfinex Chart Viewer |
ID | ffcnbjnhjklahglkjffggfobjnnkkjio |
URL Resmi | https://chromewebstore.google.com/detail/bitfinex-chart-viewer/ffcnbjnhjklahglkjffggfobjnnkkjio |
Deskripsi | This extension allows the user to extend chart from bitfinex on whole page |
Ukuran File | 9.5 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-11-05 |
Tanggal Publikasi | 2017-11-05 |
Pengembang | NightWolf |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitfinex Chart Viewer", "description": "This extension allows the user to extend chart from bitfinex on whole page", "version": "1.1", "browser_action": { "default_icon": "resources\/icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "https:\/\/*.bitfinex.com\/" ] } |