wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
Cos'è wemineltc.com Mining Dashboard?
wemineltc.com Mining Dashboard è un'estensione di Chrome sviluppata da coinman, e la sua funzione principale è "wemineltc.com mining dashboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione wemineltc.com Mining Dashboard
Scarica i file di estensione wemineltc.com Mining Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | edakpoidfjdfpkojcccjhafienciicie |
| URL Ufficiale | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
| Descrizione | wemineltc.com mining dashboard |
| Dimensione del File | 97.74 KB |
| Conteggio Installazioni | 384 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2013-05-20 |
| Data di Pubblicazione | 2013-05-20 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | coinman |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |