Verge (XVG) Price Ticker
This extension shows latest price ticker of popular Verge trading markets.
Cos'è Verge (XVG) Price Ticker?
Verge (XVG) Price Ticker è un'estensione di Chrome sviluppata da Taha, e la sua funzione principale è "This extension shows latest price ticker of popular Verge trading markets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Verge (XVG) Price Ticker
Scarica i file di estensione Verge (XVG) 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
VERGE is a secure, anonymous, and constantly evolving cryptocurrency... more at (vergecurrency.com)
Extension Features:
1. Real time price (XVG/BTC)
2. Display Notifications
TipJar (XVG)
DAG1QFBH3wWZ1X9x8kRc4LGgb4HREtNLGS Informazioni di Base sull'Estensione
| Nome | |
| ID | mpkabbjfoeaojminpoflladbkhinbmbb |
| URL Ufficiale | https://chromewebstore.google.com/detail/verge-xvg-price-ticker/mpkabbjfoeaojminpoflladbkhinbmbb |
| Descrizione | This extension shows latest price ticker of popular Verge trading markets. |
| Dimensione del File | 69.94 KB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 1.0.7 |
| Ultimo Aggiornamento | 2017-12-19 |
| Data di Pubblicazione | 2017-12-19 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Taha |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Verge (XVG) Price Ticker",
"description": "This extension shows latest price ticker of popular Verge trading markets.",
"version": "1.0.7",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/ubq.png"
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"images\/ubq.png"
],
"background": {
"persistent": true,
"page": "background.html"
},
"options_page": "options.html"
} | |