IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Was ist IOTA ticker?
IOTA ticker ist eine Chrome-Erweiterung, die von hak910 entwickelt wurde, und ihr Hauptmerkmal ist "This non official extension allows the user to display the current price of MIOTA in USD".
Erweiterungsscreenshots
IOTA ticker-Erweiterungs-CRX-Datei herunterladen
Laden Sie IOTA ticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
Offizielle URL | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Beschreibung | This non official extension allows the user to display the current price of MIOTA in USD |
Dateigröße | 5.52 KB |
Installationsanzahl | 41 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-12-17 |
Veröffentlichungsdatum | 2017-12-17 |
Bewertung | 4.73/5 Insgesamt 11 Bewertungen |
Entwickler | hak910 |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |