Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Hvad er Crypto Prices (Binance)?
Crypto Prices (Binance) er en Chrome-udvidelse udviklet af passbbi, og dens hovedfunktion er "Prices of crypto currencies from Binance.com".
Udvidelsesskærmbilleder
Download Crypto Prices (Binance)-udvidelses-CRX-fil
Download Crypto Prices (Binance)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
Officiel URL | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Beskrivelse | Prices of crypto currencies from Binance.com |
Filstørrelse | 24.28 KB |
Antal Installationer | 91 |
Nuværende Version | 1.2 |
Senest Opdateret | 2018-01-03 |
Udgivelsesdato | 2018-01-03 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | passbbi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |