Nanopool Calculator Extension

Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…

Was ist Nanopool Calculator Extension?

Nanopool Calculator Extension ist eine Chrome-Erweiterung, die von Xzen entwickelt wurde, und ihr Hauptmerkmal ist "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".

Erweiterungsscreenshots

screenshot
screenshot

Nanopool Calculator Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nanopool Calculator Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Nanopool Calculator Extension Nanopool Calculator Extension
ID nmgljdckjogdloglhcaoffmafdhgdgco
Offizielle URL https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco
Beschreibung Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Dateigröße 130 KB
Installationsanzahl 71
Aktuelle Version 0.0.4
Letztes Update 2018-02-11
Veröffentlichungsdatum 2018-02-11
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Xzen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}