IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Vad är IOTA ticker?
IOTA ticker är en Chrome-tillägg utvecklad av hak910, och dess huvudfunktion är "This non official extension allows the user to display the current price of MIOTA in USD".
Tilläggsskärmbilder
Ladda ner IOTA ticker-förlängningens CRX-fil
Ladda ner IOTA ticker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
Officiell webbadress | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Beskrivning | This non official extension allows the user to display the current price of MIOTA in USD |
Filstorlek | 5.52 KB |
Antal Installationer | 41 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-12-17 |
Publiceringsdatum | 2017-12-17 |
Betyg | 4.73/5 Totalt 11 Betyg |
Utvecklare | hak910 |
Betalningssätt | free |
Stödda Språk | 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 } } |