Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Nanopool Calculator Extensionคืออะไร?
Nanopool Calculator Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xzen และคุณลักษณะหลักของมันคือ "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nanopool Calculator Extension
ดาวน์โหลดไฟล์ส่วนขยาย Nanopool Calculator Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from nanopool.org and from the values in your options. Source: https://github.com/XzenTorXz/Chrome-Nanopool-Calculator-Extension Discussion: https://www.reddit.com/r/EtherMining/comments/71ridy/chrome_nanopool_calculator_extension/ Screenshots: https://imgur.com/gallery/N5GmV How to: - Install - Setup options (after the installation a link apears right on top of the calculation table) - happy mining
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nanopool Calculator Extension |
ID | nmgljdckjogdloglhcaoffmafdhgdgco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
คำอธิบาย | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
ขนาดไฟล์ | 130 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2018-02-11 |
วันที่เผยแพร่ | 2018-02-11 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Xzen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nanopool Calculator Extension", "version": "0.0.4", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/nanopool.org", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nanopool.org\/*" ], "js": [ "\/js\/jquery\/jquery.min.js", "\/src\/content\/Options.js", "\/src\/content\/addRow.js", "\/src\/content\/addCalc.js" ], "css": [ "\/src\/content\/style.css" ] } ], "permissions": [ "storage", "https:\/\/*.nanopool.org\/*" ], "web_accessible_resources": [ "src\/content\/options.html" ] } |