ETH Nanopool Monitor

This is tool to monitor workers of ETH Nanopool quickly.

ETH Nanopool Monitor là gì?

ETH Nanopool Monitor là một tiện ích mở rộng Chrome được phát triển bởi Zodinet CO.,LTD, và tính năng chính của nó là "This is tool to monitor workers of ETH Nanopool quickly.".

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

Tải xuống các tệp mở rộng ETH Nanopool Monitor 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

                                            

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

Tên ETH Nanopool Monitor ETH Nanopool Monitor
ID hdphinbiidmhnccmhpalkmamdcikllfd
URL Chính Thức https://chromewebstore.google.com/detail/eth-nanopool-monitor/hdphinbiidmhnccmhpalkmamdcikllfd
Mô tả This is tool to monitor workers of ETH Nanopool quickly.
Kích Thước Tệp 44.12 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2017-08-04
Ngày Phát Hành 2017-08-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Zodinet CO.,LTD
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": "ETH Nanopool Monitor",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This is tool to monitor workers of ETH Nanopool quickly.",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "ETH Nanopool Monitor Extension",
        "default_popup": "popup.html"
    }
}