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 Xzen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nanopool Calculator Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}