wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
Qu'est-ce que wemineltc.com Mining Dashboard ?
wemineltc.com Mining Dashboard est une extension Chrome développée par coinman, et sa fonction principale est "wemineltc.com mining dashboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension wemineltc.com Mining Dashboard
Téléchargez les fichiers d'extension wemineltc.com Mining Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | edakpoidfjdfpkojcccjhafienciicie |
URL Officiel | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
Description | wemineltc.com mining dashboard |
Taille du Fichier | 97.74 KB |
Nombre d'Installations | 384 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-05-20 |
Date de Publication | 2013-05-20 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | coinman |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |