Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Cos'è Crypto Prices (Binance)?
Crypto Prices (Binance) è un'estensione di Chrome sviluppata da passbbi, e la sua funzione principale è "Prices of crypto currencies from Binance.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto Prices (Binance)
Scarica i file di estensione Crypto Prices (Binance) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Informazioni di Base sull'Estensione
Nome | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
URL Ufficiale | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Descrizione | Prices of crypto currencies from Binance.com |
Dimensione del File | 24.28 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-01-03 |
Data di Pubblicazione | 2018-01-03 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | passbbi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |