NEM (XEM/BTC) Price Ticker
This extension shows latest price ticker of NEM (XEM/BTC) from bittrex exchange
¿Qué es NEM (XEM/BTC) Price Ticker?
NEM (XEM/BTC) Price Ticker es una extensión de Chrome desarrollada por Taha, y su función principal es "This extension shows latest price ticker of NEM (XEM/BTC) from bittrex exchange".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NEM (XEM/BTC) Price Ticker
Descarga archivos de extensión NEM (XEM/BTC) Price Ticker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Extension Features: 1. XEM price in BTC 2. Notify you When Price +- 3. Control refresh time (1-min by default)
Información Básica de la Extensión
Nombre | NEM (XEM/BTC) Price Ticker |
ID | hffhicplhmnandgoocpgmbfcbhajhppj |
URL Oficial | https://chromewebstore.google.com/detail/nem-xembtc-price-ticker/hffhicplhmnandgoocpgmbfcbhajhppj |
Descripción | This extension shows latest price ticker of NEM (XEM/BTC) from bittrex exchange |
Tamaño del Archivo | 72.06 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 1.1.8 |
Última Actualización | 2020-03-14 |
Fecha de Publicación | 2020-03-14 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | Taha |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEM (XEM\/BTC) Price Ticker", "description": "This extension shows latest price ticker of NEM (XEM\/BTC) from bittrex exchange", "version": "1.1.8", "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" } |