IOTA ticker

This non official extension allows the user to display the current price of MIOTA in USD

O que é IOTA ticker?

IOTA ticker é uma extensão do Chrome desenvolvida por hak910, e sua principal característica é "This non official extension allows the user to display the current price of MIOTA in USD".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IOTA ticker

Baixe arquivos de extensão IOTA 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

                        This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute.
The red background indicates that the 24h price is down.
The green background indicates that the 24h price is up.
Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD                    

Informações Básicas da Extensão

Nome IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
URL Oficial https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Descrição This non official extension allows the user to display the current price of MIOTA in USD
Tamanho do Arquivo 5.52 KB
Contagem de Instalações 41
Versão Atual 1.1
Última Atualização 2017-12-17
Data de Publicação 2017-12-17
Classificação 4.73/5 Total de 11 Avaliações
Desenvolvedor hak910
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IOTA ticker",
    "description": "This non official extension allows the user to display the current price of MIOTA in USD",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": true
    }
}