Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
Cos'è Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker è un'estensione di Chrome sviluppata da https://virtual-money.xyz, e la sua funzione principale è "This Chrome extension that can check the price of Cryptocurrency.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cryptocurrency Price Ticker
Scarica i file di estensione Cryptocurrency 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
Features:
- Check the Cryptocurrency Price.
- Using poloniex API.
- select the currency to display.
Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH Informazioni di Base sull'Estensione
| Nome | |
| ID | ignpmignipmepahdookedpilckoeclob |
| URL Ufficiale | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
| Descrizione | This Chrome extension that can check the price of Cryptocurrency. |
| Dimensione del File | 293 KB |
| Conteggio Installazioni | 206 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2017-06-19 |
| Data di Pubblicazione | 2017-06-19 |
| Valutazione | 3.80/5 Totale 5 Valutazioni |
| Sviluppatore | https://virtual-money.xyz |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cryptocurrency Price Ticker",
"version": "1.1.1",
"description": "This Chrome extension that can check the price of Cryptocurrency.",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"https:\/\/poloniex.com\/public*"
],
"icons": {
"128": "icon.png"
}
} | |