wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
什么是wemineltc.com Mining Dashboard?
wemineltc.com Mining Dashboard是由coinman开发的Chrome扩展程序,该扩展的主要功能是“wemineltc.com mining dashboard”。
扩展截图
下载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
扩展基本信息
名称 | |
ID | edakpoidfjdfpkojcccjhafienciicie |
官方URL | 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" } } |