IOTA ticker

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

Co je IOTA ticker?

IOTA ticker je rozšíření Chrome vyvinuté hak910, a jeho hlavní funkcí je „This non official extension allows the user to display the current price of MIOTA in USD“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření IOTA ticker

Stáhněte si soubory rozšíření IOTA ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
Oficiální URL https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Popis This non official extension allows the user to display the current price of MIOTA in USD
Velikost souboru 5.52 KB
Počet instalací 41
Aktuální Verze 1.1
Poslední Aktualizace 2017-12-17
Datum Vydání 2017-12-17
Hodnocení 4.73/5 Celkem 11 Hodnocení
Vývojář hak910
Typ Platby free
Podporované Jazyky 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
    }
}