Ethereum price
Displays the current Ethereum price.
Ethereum priceคืออะไร?
Ethereum price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ar2r และคุณลักษณะหลักของมันคือ "Displays the current Ethereum price."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethereum price
ดาวน์โหลดไฟล์ส่วนขยาย Ethereum price ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple ETH / Ethereum price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) BTC Bitcoin price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfpfdkldcgcmdioidcldjcmlfacnkild |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild |
คำอธิบาย | Displays the current Ethereum price. |
ขนาดไฟล์ | 64.2 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-01-17 |
วันที่เผยแพร่ | 2018-01-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ar2r |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://allcoinindex.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current Ethereum price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Ethereum price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Ethereum Price", "version": "1.0" } |