IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Apa itu IOTA ticker?
IOTA ticker adalah ekstensi Chrome yang dikembangkan oleh hak910, dan fitur utamanya adalah "This non official extension allows the user to display the current price of MIOTA in USD".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IOTA ticker
Unduh file ekstensi IOTA ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
URL Resmi | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Deskripsi | This non official extension allows the user to display the current price of MIOTA in USD |
Ukuran File | 5.52 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-12-17 |
Tanggal Publikasi | 2017-12-17 |
Penilaian | 4.73/5 Total 11 Penilaian |
Pengembang | hak910 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |