IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
IOTA tickerคืออะไร?
IOTA ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hak910 และคุณลักษณะหลักของมันคือ "This non official extension allows the user to display the current price of MIOTA in USD"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IOTA ticker
ดาวน์โหลดไฟล์ส่วนขยาย IOTA ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
คำอธิบาย | This non official extension allows the user to display the current price of MIOTA in USD |
ขนาดไฟล์ | 5.52 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-12-17 |
วันที่เผยแพร่ | 2017-12-17 |
คะแนน | 4.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | hak910 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } } |