IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Hvad er IOTA ticker?
IOTA ticker er en Chrome-udvidelse udviklet af hak910, og dens hovedfunktion er "This non official extension allows the user to display the current price of MIOTA in USD".
Udvidelsesskærmbilleder
Download IOTA ticker-udvidelses-CRX-fil
Download IOTA ticker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
Officiel URL | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Beskrivelse | This non official extension allows the user to display the current price of MIOTA in USD |
Filstørrelse | 5.52 KB |
Antal Installationer | 41 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-12-17 |
Udgivelsesdato | 2017-12-17 |
Bedømmelse | 4.73/5 Samlet 11 Bedømmelser |
Udvikler | hak910 |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |