Crypto Price Ticker
Watch price of cryptocurrencies in your toolbar
Cos'è Crypto Price Ticker?
Crypto Price Ticker è un'estensione di Chrome sviluppata da Sergei L, e la sua funzione principale è "Watch price of cryptocurrencies in your toolbar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto Price Ticker
Scarica i file di estensione Crypto Price Ticker 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
Supported tickers from Binance, Bitfinex, Coinbase and other exchanges. Setup your pairs in the options. Icons made by srip from www.flaticon.com
Informazioni di Base sull'Estensione
Nome | |
ID | fdoanglfpolkbiecojimldfagdgfonpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn |
Descrizione | Watch price of cryptocurrencies in your toolbar |
Dimensione del File | 21.58 KB |
Conteggio Installazioni | 823 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2021-06-21 |
Data di Pubblicazione | 2020-08-29 |
Valutazione | 4.91/5 Totale 23 Valutazioni |
Sviluppatore | Sergei L |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Price Ticker", "description": "Watch price of cryptocurrencies in your toolbar", "version": "1.1.7", "author": "srglbnv", "icons": { "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "manifest_version": 2, "permissions": [ "storage" ] } |