BitMinter checker
This extension checks for the status of your BitMinter workers.
Apa itu BitMinter checker?
BitMinter checker adalah ekstensi Chrome yang dikembangkan oleh Colin Dumitru, dan fitur utamanya adalah "This extension checks for the status of your BitMinter workers.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BitMinter checker
Unduh file ekstensi BitMinter checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | BitMinter checker |
ID | inenjamfcoaicgckjgfalndkkkpmoifd |
URL Resmi | https://chromewebstore.google.com/detail/bitminter-checker/inenjamfcoaicgckjgfalndkkkpmoifd |
Deskripsi | This extension checks for the status of your BitMinter workers. |
Ukuran File | 73.5 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2013-12-31 |
Tanggal Publikasi | 2013-12-31 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Colin Dumitru |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/colin-dumitru/BMChecker |
URL Halaman Bantuan | https://github.com/colin-dumitru/BMChecker/issues |
Bahasa yang Didukung | 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'" } |