BitMinter checker
This extension checks for the status of your BitMinter workers.
什么是BitMinter checker?
BitMinter checker是由Colin Dumitru开发的Chrome扩展程序,该扩展的主要功能是“This extension checks for the status of your BitMinter workers.”。
扩展截图
下载BitMinter checker扩展crx文件
下载BitMinter checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The BitMinter checker extension monitors your workers and provider information for them directly in your browser. It displays total and per worker hash rate, accepted and rejected work, total BitCoins and NameCoins mined, and much more information for each of your workers. To work correctly, a valid API key must be set from your personal account with the 'API' perk enabled. This extension is completely open source! You can contribute or submit bugs and feature requests here: https://github.com/colin-dumitru/BMChecker
扩展基本信息
名称 | BitMinter checker |
ID | inenjamfcoaicgckjgfalndkkkpmoifd |
官方URL | https://chromewebstore.google.com/detail/bitminter-checker/inenjamfcoaicgckjgfalndkkkpmoifd |
简介 | This extension checks for the status of your BitMinter workers. |
文件大小 | 73.5 KB |
安装次数 | 66 |
当前版本 | 0.1.2 |
更新时间 | 2013-12-31 |
上架时间 | 2013-12-31 |
评分 | 4.00/5 共4次评分 |
开发者 | Colin Dumitru |
付费类型 | free |
扩展官网 | https://github.com/colin-dumitru/BMChecker |
帮助页面URL | https://github.com/colin-dumitru/BMChecker/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitMinter checker", "description": "This extension checks for the status of your BitMinter workers.", "version": "0.1.2", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "https:\/\/bitminter.com\/", "storage", "background" ], "options_page": "src\/options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "src\/popup.html", "default_title": "BitMinter checker" }, "background": { "scripts": [ "src\/js\/jquery.js", "src\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |