Nanopool Calculator Extension

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

Τι είναι το Nanopool Calculator Extension;

Το Nanopool Calculator Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Xzen, και η κύρια λειτουργία του είναι "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Nanopool Calculator Extension

Λήψη αρχείων επέκτασης Nanopool Calculator Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Nanopool Calculator Extension Nanopool Calculator Extension
ID nmgljdckjogdloglhcaoffmafdhgdgco
Επίσημο URL https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco
Περιγραφή Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Μέγεθος Αρχείου 130 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2018-02-11
Ημερομηνία Δημοσίευσης 2018-02-11
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Xzen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}