BitMinter checker
This extension checks for the status of your BitMinter workers.
BitMinter checker là gì?
BitMinter checker là một tiện ích mở rộng Chrome được phát triển bởi Colin Dumitru, và tính năng chính của nó là "This extension checks for the status of your BitMinter workers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BitMinter checker
Tải xuống các tệp mở rộng BitMinter checker 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BitMinter checker |
ID | inenjamfcoaicgckjgfalndkkkpmoifd |
URL Chính Thức | https://chromewebstore.google.com/detail/bitminter-checker/inenjamfcoaicgckjgfalndkkkpmoifd |
Mô tả | This extension checks for the status of your BitMinter workers. |
Kích Thước Tệp | 73.5 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2013-12-31 |
Ngày Phát Hành | 2013-12-31 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Colin Dumitru |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/colin-dumitru/BMChecker |
URL Trang Trợ Giúp | https://github.com/colin-dumitru/BMChecker/issues |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |