IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
¿Qué es IOTA ticker?
IOTA ticker es una extensión de Chrome desarrollada por hak910, y su función principal es "This non official extension allows the user to display the current price of MIOTA in USD".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IOTA ticker
Descarga archivos de extensión IOTA 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
This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute. The red background indicates that the 24h price is down. The green background indicates that the 24h price is up. Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD
Información Básica de la Extensión
Nombre | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
URL Oficial | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Descripción | This non official extension allows the user to display the current price of MIOTA in USD |
Tamaño del Archivo | 5.52 KB |
Cantidad de Instalaciones | 41 |
Versión Actual | 1.1 |
Última Actualización | 2017-12-17 |
Fecha de Publicación | 2017-12-17 |
Calificación | 4.73/5 Total de 11 Calificaciones |
Desarrollador | hak910 |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IOTA ticker", "description": "This non official extension allows the user to display the current price of MIOTA in USD", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "background", "alarms" ], "background": { "scripts": [ "myscript.js" ], "persistent": true } } |