wemineltc.com Mining Dashboard

wemineltc.com mining dashboard

wemineltc.com Mining Dashboard là gì?

wemineltc.com Mining Dashboard là một tiện ích mở rộng Chrome được phát triển bởi coinman, và tính năng chính của nó là "wemineltc.com mining dashboard".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng wemineltc.com Mining Dashboard

Tải xuống các tệp mở rộng wemineltc.com Mining Dashboard 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

                        Shows the current hashrate and confirmed rewards
on a badge.

On click displays current mining status,
including the status of all workers.

Also features an alert if hashrate goes below a certain
level.

To use this app, you need to set the API key from your
Account settings to the extensions options.

If you find this app useful, please donate:

LTreattXwhcNvbD2kXG4g6KjSz3cqqTJwJ                    

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

Tên wemineltc.com Mining Dashboard wemineltc.com Mining Dashboard
ID edakpoidfjdfpkojcccjhafienciicie
URL Chính Thức https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie
Mô tả wemineltc.com mining dashboard
Kích Thước Tệp 97.74 KB
Số Lần Cài Đặt 384
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-05-20
Ngày Phát Hành 2013-05-20
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển coinman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wemineltc.com Mining Dashboard",
    "description": "wemineltc.com mining dashboard",
    "version": "1.3",
    "permissions": [
        "storage",
        "https:\/\/www.wemineltc.com\/api\/"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "MiningDashboard.html"
    },
    "icons": {
        "22": "icon.png",
        "128": "icon128.png"
    }
}