Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
What is Nanopool Calculator Extension?
Nanopool Calculator Extension is a Chrome extension developed by Xzen, and its main feature is "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".
Extension Screenshots
Download Nanopool Calculator Extension Extension CRX File
Download Nanopool Calculator Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Nanopool Calculator Extension |
ID | nmgljdckjogdloglhcaoffmafdhgdgco |
Official URL | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
Description | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
File Size | 130 KB |
Installation Count | 71 |
Current Version | 0.0.4 |
Last Updated | 2018-02-11 |
Publish Date | 2018-02-11 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Xzen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |