Lisk To The Moon

Lisk going to the moon indicator.

O que é Lisk To The Moon?

Lisk To The Moon é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Lisk going to the moon indicator.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lisk To The Moon

Baixe arquivos de extensão Lisk To The Moon 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

                        Small addon that shows latest data about our bellowed LISK
Icon will glow red if in last hour LISK drop 1% in price otherwise will shine green.
After click on icon popup will show you:
- Rank (Market cap compare to other crypto-currencies)
- Price in USD
- Price in BTC
- Value percent change 1h
- Value percent change 24h
- Value percent change 7d
- Market cap in USD
+ shortcut to LISK twitter and Reddit                    

Informações Básicas da Extensão

Nome Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
URL Oficial https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
Descrição Lisk going to the moon indicator.
Tamanho do Arquivo 139 KB
Contagem de Instalações 14
Versão Atual 0.1.1
Última Atualização 2017-09-07
Data de Publicação 2017-09-06
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lisk To The Moon",
    "description": "Lisk going to the moon indicator.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "lisk.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; 'https:\/\/files.coinmarketcap.com\/static\/widget\/currency.js';unsafe-inline; object-src 'self'"
}