wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
wemineltc.com Mining Dashboard क्या है?
wemineltc.com Mining Dashboard coinman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "wemineltc.com mining dashboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में wemineltc.com Mining Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |