Sticker: Stellar Lumens (XLM) Price Ticker

Sticker is a Stellar Lumens price ticker

¿Qué es Sticker: Stellar Lumens (XLM) Price Ticker?

Sticker: Stellar Lumens (XLM) Price Ticker es una extensión de Chrome desarrollada por kmder, y su función principal es "Sticker is a Stellar Lumens price ticker".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sticker: Stellar Lumens (XLM) Price Ticker

Descarga archivos de extensión Sticker: Stellar Lumens (XLM) 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

                        - select your base currency among 30+ currencies
 - set the refresh rate (from 10 seconds to 4 hours)
 - watch your account balance

All data are fetched from horizon.stellar.org and coinmarketcap.com

Want to support my work ? GABUMHU4BJUAFLPGHNZ3PALSANOGQNCQC75OUEWSWGV6V4Z4QOZRMIOT                    

Información Básica de la Extensión

Nombre Sticker: Stellar Lumens (XLM) Price Ticker Sticker: Stellar Lumens (XLM) Price Ticker
ID pkkgojbkjhbmnpgicpnfllcmhlijibag
URL Oficial https://chromewebstore.google.com/detail/sticker-stellar-lumens-xl/pkkgojbkjhbmnpgicpnfllcmhlijibag
Descripción Sticker is a Stellar Lumens price ticker
Tamaño del Archivo 239 KB
Cantidad de Instalaciones 51
Versión Actual 0.0.2
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador kmder
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticker: Stellar Lumens (XLM) Price Ticker",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Sticker is a Stellar Lumens price ticker",
    "homepage_url": "https:\/\/www.stellar.org\/",
    "icons": {
        "16": "icons\/stellar-rocket-16.png",
        "48": "icons\/stellar-rocket-48.png",
        "128": "icons\/stellar-rocket-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "dependencies\/stellar-sdk.min.js",
            "dependencies\/numeral.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icons\/stellar-rocket-browser-action.png",
        "default_title": "Sticker"
    },
    "permissions": [
        "storage",
        "https:\/\/horizon.stellar.org\/*"
    ]
}