Ethereum Tab - Streaming price & market info.
Replace the New Tab with streaming price, news, community updates, and more.
¿Qué es Ethereum Tab - Streaming price & market info.?
Ethereum Tab - Streaming price & market info. es una extensión de Chrome desarrollada por https://blockmodo.com, y su función principal es "Replace the New Tab with streaming price, news, community updates, and more.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ethereum Tab - Streaming price & market info.
Descarga archivos de extensión Ethereum Tab - Streaming price & market info. 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
Realtime Ethereum dashboard delivering streaming price, news, social posts, and code checkins on every new tab. Realtime Ethereum dashboard delivering streaming price, news, social posts, and code checkins on every new tab. Keep up with everything Ethereum in realtime with every new tab. With every new tab, Ethereum Tab displays realtime price, news, social media and community posts, and code checkins so you're always up to date. Gone are the days of being surprised of market changes. Ethereum Tab is powered by the Blockmodo Data Network so you can be assured you are always getting realtime data. Ethereum Tab is part of the CryptoTabs series designed for Google Chrome. Help us keep Ethereum Tab working. If you have any trouble email us at [email protected].
Información Básica de la Extensión
Nombre | |
ID | llcijkdpphgkpofnfkhkdidoblbiibpk |
URL Oficial | https://chrome.google.com/webstore/detail/ethereum-tab-streaming-pr/llcijkdpphgkpofnfkhkdidoblbiibpk |
Descripción | Replace the New Tab with streaming price, news, community updates, and more. |
Tamaño del Archivo | 16.54 KB |
Cantidad de Instalaciones | 38 |
Versión Actual | 1.0.1 |
Última Actualización | 2019-01-07 |
Fecha de Publicación | 2019-01-07 |
Desarrollador | https://blockmodo.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://blockmodo.com/crypto_tabs |
URL de la Página de Política de Privacidad | https://blockmodo.com/privacy |
Idiomas Soportados | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ethereum Tab - Streaming price & market info.", "short_name": "Ethereum Tab", "version": "1.0.1", "description": "Replace the New Tab with streaming price, news, community updates, and more.", "default_locale": "en", "icons": { "16": "img\/img_16.png", "32": "img\/img_32.png", "48": "img\/img_48.png", "128": "img\/img_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "popup.html" }, "browser_action": { "default_title": "Ethereum Tab" }, "permissions": [ "activeTab", "https:\/\/blockmodo.com\/*" ] } |