IOTA ticker

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

Cos'è IOTA ticker?

IOTA ticker è un'estensione di Chrome sviluppata da hak910, e la sua funzione principale è "This non official extension allows the user to display the current price of MIOTA in USD".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IOTA ticker

Scarica i file di estensione IOTA ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
URL Ufficiale https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Descrizione This non official extension allows the user to display the current price of MIOTA in USD
Dimensione del File 5.52 KB
Conteggio Installazioni 41
Versione Corrente 1.1
Ultimo Aggiornamento 2017-12-17
Data di Pubblicazione 2017-12-17
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore hak910
Tipo di Pagamento free
Lingue Supportate 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
    }
}