Sticker: Stellar Lumens (XLM) Price Ticker

Sticker is a Stellar Lumens price ticker

O que é Sticker: Stellar Lumens (XLM) Price Ticker?

Sticker: Stellar Lumens (XLM) Price Ticker é uma extensão do Chrome desenvolvida por kmder, e sua principal característica é "Sticker is a Stellar Lumens price ticker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sticker: Stellar Lumens (XLM) Price Ticker

Baixe arquivos de extensão Sticker: Stellar Lumens (XLM) Price Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - 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                    

Informações Básicas da Extensão

Nome 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
Descrição Sticker is a Stellar Lumens price ticker
Tamanho do Arquivo 239 KB
Contagem de Instalações 51
Versão Atual 0.0.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor kmder
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}