wemineltc.com Mining Dashboard

wemineltc.com mining dashboard

Was ist wemineltc.com Mining Dashboard?

wemineltc.com Mining Dashboard ist eine Chrome-Erweiterung, die von coinman entwickelt wurde, und ihr Hauptmerkmal ist "wemineltc.com mining dashboard".

Erweiterungsscreenshots

screenshot

wemineltc.com Mining Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie wemineltc.com Mining Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name wemineltc.com Mining Dashboard wemineltc.com Mining Dashboard
ID edakpoidfjdfpkojcccjhafienciicie
Offizielle URL https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie
Beschreibung wemineltc.com mining dashboard
Dateigröße 97.74 KB
Installationsanzahl 384
Aktuelle Version 1.3
Letztes Update 2013-05-20
Veröffentlichungsdatum 2013-05-20
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler coinman
Zahlungsart free
Unterstützte Sprachen 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"
    }
}