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 |
官方網址 | 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'" } |