Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Cos'è Nanopool Calculator Extension?
Nanopool Calculator Extension è un'estensione di Chrome sviluppata da Xzen, e la sua funzione principale è "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nanopool Calculator Extension
Scarica i file di estensione Nanopool Calculator Extension 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
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from nanopool.org and from the values in your options. Source: https://github.com/XzenTorXz/Chrome-Nanopool-Calculator-Extension Discussion: https://www.reddit.com/r/EtherMining/comments/71ridy/chrome_nanopool_calculator_extension/ Screenshots: https://imgur.com/gallery/N5GmV How to: - Install - Setup options (after the installation a link apears right on top of the calculation table) - happy mining
Informazioni di Base sull'Estensione
Nome | Nanopool Calculator Extension |
ID | nmgljdckjogdloglhcaoffmafdhgdgco |
URL Ufficiale | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
Descrizione | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
Dimensione del File | 130 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2018-02-11 |
Data di Pubblicazione | 2018-02-11 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Xzen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nanopool Calculator Extension", "version": "0.0.4", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/nanopool.org", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nanopool.org\/*" ], "js": [ "\/js\/jquery\/jquery.min.js", "\/src\/content\/Options.js", "\/src\/content\/addRow.js", "\/src\/content\/addCalc.js" ], "css": [ "\/src\/content\/style.css" ] } ], "permissions": [ "storage", "https:\/\/*.nanopool.org\/*" ], "web_accessible_resources": [ "src\/content\/options.html" ] } |