wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
wemineltc.com Mining Dashboardคืออะไร?
wemineltc.com Mining Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coinman และคุณลักษณะหลักของมันคือ "wemineltc.com mining dashboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wemineltc.com Mining Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย wemineltc.com Mining Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows the current hashrate and confirmed rewards on a badge. On click displays current mining status, including the status of all workers. Also features an alert if hashrate goes below a certain level. To use this app, you need to set the API key from your Account settings to the extensions options. If you find this app useful, please donate: LTreattXwhcNvbD2kXG4g6KjSz3cqqTJwJ
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | edakpoidfjdfpkojcccjhafienciicie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
คำอธิบาย | wemineltc.com mining dashboard |
ขนาดไฟล์ | 97.74 KB |
จำนวนการติดตั้ง | 384 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-05-20 |
วันที่เผยแพร่ | 2013-05-20 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | coinman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "wemineltc.com Mining Dashboard", "description": "wemineltc.com mining dashboard", "version": "1.3", "permissions": [ "storage", "https:\/\/www.wemineltc.com\/api\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "MiningDashboard.html" }, "icons": { "22": "icon.png", "128": "icon128.png" } } |