IOTA ticker

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

Wat is IOTA ticker?

IOTA ticker is een Chrome-extensie ontwikkeld door hak910, en de belangrijkste functie is "This non official extension allows the user to display the current price of MIOTA in USD".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IOTA ticker

Download IOTA ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
Officiële URL https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Beschrijving This non official extension allows the user to display the current price of MIOTA in USD
Bestandsgrootte 5.52 KB
Aantal Installaties 41
Huidige Versie 1.1
Laatst Bijgewerkt 2017-12-17
Publicatiedatum 2017-12-17
Beoordeling 4.73/5 Totaal 11 Beoordelingen
Ontwikkelaar hak910
Betalingswijze free
Ondersteunde Talen 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
    }
}