wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
Vad är wemineltc.com Mining Dashboard?
wemineltc.com Mining Dashboard är en Chrome-tillägg utvecklad av coinman, och dess huvudfunktion är "wemineltc.com mining dashboard".
Tilläggsskärmbilder
Ladda ner wemineltc.com Mining Dashboard-förlängningens CRX-fil
Ladda ner wemineltc.com Mining Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | edakpoidfjdfpkojcccjhafienciicie |
Officiell webbadress | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
Beskrivning | wemineltc.com mining dashboard |
Filstorlek | 97.74 KB |
Antal Installationer | 384 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2013-05-20 |
Publiceringsdatum | 2013-05-20 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | coinman |
Betalningssätt | free |
Stödda Språk | 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" } } |