wemineltc.com Mining Dashboard

wemineltc.com mining dashboard

什麼是wemineltc.com Mining Dashboard?

wemineltc.com Mining Dashboard是由coinman開發的Chrome擴展程式,該擴展的主要功能是“wemineltc.com mining dashboard”。

擴展截圖

screenshot

下載wemineltc.com Mining Dashboard擴展crx文件

下載wemineltc.com Mining Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 wemineltc.com Mining Dashboard wemineltc.com Mining Dashboard
ID edakpoidfjdfpkojcccjhafienciicie
官方網址 https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie
簡介 wemineltc.com mining dashboard
檔案大小 97.74 KB
安裝次數 384
目前版本 1.3
更新時間 2013-05-20
上架時間 2013-05-20
評分 4.33/5 共 6 次評分
開發者 coinman
付費類型 free
支援的語言 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"
    }
}