Bitfinex Chart Viewer
This extension allows the user to extend chart from bitfinex on whole page
Co to jest Bitfinex Chart Viewer?
Bitfinex Chart Viewer to rozszerzenie Chrome opracowane przez NightWolf, a jego główną funkcją jest „This extension allows the user to extend chart from bitfinex on whole page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bitfinex Chart Viewer
Pobierz pliki rozszerzeń Bitfinex Chart Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows to extend chart from bitfinex.com on whole page. Also it provides quick links to bitfinex markets.
Podstawowe informacje o rozszerzeniu
Nazwa | Bitfinex Chart Viewer |
ID | ffcnbjnhjklahglkjffggfobjnnkkjio |
Oficjalny URL | https://chromewebstore.google.com/detail/bitfinex-chart-viewer/ffcnbjnhjklahglkjffggfobjnnkkjio |
Opis | This extension allows the user to extend chart from bitfinex on whole page |
Rozmiar pliku | 9.5 KB |
Liczba instalacji | 87 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-11-05 |
Data Publikacji | 2017-11-05 |
Deweloper | NightWolf |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |