IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Qu'est-ce que IOTA ticker ?
IOTA ticker est une extension Chrome développée par hak910, et sa fonction principale est "This non official extension allows the user to display the current price of MIOTA in USD".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IOTA ticker
Téléchargez les fichiers d'extension IOTA ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
URL Officiel | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Description | This non official extension allows the user to display the current price of MIOTA in USD |
Taille du Fichier | 5.52 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-12-17 |
Date de Publication | 2017-12-17 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | hak910 |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |