Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Wat is Nanopool Calculator Extension?
Nanopool Calculator Extension is een Chrome-extensie ontwikkeld door Xzen, en de belangrijkste functie is "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".
Extensie Screenshots
Download het CRX-bestand van de extensie Nanopool Calculator Extension
Download Nanopool Calculator Extension-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
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
Basisinformatie over de Extensie
Naam | Nanopool Calculator Extension |
ID | nmgljdckjogdloglhcaoffmafdhgdgco |
Officiële URL | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
Beschrijving | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
Bestandsgrootte | 130 KB |
Aantal Installaties | 71 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2018-02-11 |
Publicatiedatum | 2018-02-11 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Xzen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |