wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
Wat is wemineltc.com Mining Dashboard?
wemineltc.com Mining Dashboard is een Chrome-extensie ontwikkeld door coinman, en de belangrijkste functie is "wemineltc.com mining dashboard".
Extensie Screenshots
Download het CRX-bestand van de extensie wemineltc.com Mining Dashboard
Download wemineltc.com Mining Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | edakpoidfjdfpkojcccjhafienciicie |
Officiële URL | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
Beschrijving | wemineltc.com mining dashboard |
Bestandsgrootte | 97.74 KB |
Aantal Installaties | 384 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2013-05-20 |
Publicatiedatum | 2013-05-20 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | coinman |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |