Nanopool Calculator Extension

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

Nanopool Calculator Extension là gì?

Nanopool Calculator Extension là một tiện ích mở rộng Chrome được phát triển bởi Xzen, và tính năng chính của nó là "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nanopool Calculator Extension

Tải xuống các tệp mở rộng Nanopool Calculator Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nanopool Calculator Extension Nanopool Calculator Extension
ID nmgljdckjogdloglhcaoffmafdhgdgco
URL Chính Thức https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco
Mô tả Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2018-02-11
Ngày Phát Hành 2018-02-11
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Xzen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}