Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Co to jest Crypto Prices (Binance)?
Crypto Prices (Binance) to rozszerzenie Chrome opracowane przez passbbi, a jego główną funkcją jest „Prices of crypto currencies from Binance.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crypto Prices (Binance)
Pobierz pliki rozszerzeń Crypto Prices (Binance) 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
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
Oficjalny URL | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Opis | Prices of crypto currencies from Binance.com |
Rozmiar pliku | 24.28 KB |
Liczba instalacji | 91 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-01-03 |
Data Publikacji | 2018-01-03 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | passbbi |
[email protected] | |
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": "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" } } |