CryptoCurrency Ticker

Receive the latest changes on your CryptoCurrency and AltCoin value in $US.

¿Qué es CryptoCurrency Ticker?

CryptoCurrency Ticker es una extensión de Chrome desarrollada por Daniel, y su función principal es "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CryptoCurrency Ticker

Descarga archivos de extensión CryptoCurrency 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

                        CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.                    

Información Básica de la Extensión

Nombre CryptoCurrency Ticker CryptoCurrency Ticker
ID fmcgaglejkpgakandolgkjnnafgodpgd
URL Oficial https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd
Descripción Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
Tamaño del Archivo 46.87 KB
Cantidad de Instalaciones 226
Versión Actual 1.0.1
Última Actualización 2017-08-18
Fecha de Publicación 2017-08-18
Calificación 3.33/5 Total de 6 Calificaciones
Desarrollador Daniel
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoCurrency Ticker",
    "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "currency.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.coinmarketcap.com\/"
    ]
}