BitMinter checker
This extension checks for the status of your BitMinter workers.
Qu'est-ce que BitMinter checker ?
BitMinter checker est une extension Chrome développée par Colin Dumitru, et sa fonction principale est "This extension checks for the status of your BitMinter workers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BitMinter checker
Téléchargez les fichiers d'extension BitMinter checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | BitMinter checker |
ID | inenjamfcoaicgckjgfalndkkkpmoifd |
URL Officiel | https://chromewebstore.google.com/detail/bitminter-checker/inenjamfcoaicgckjgfalndkkkpmoifd |
Description | This extension checks for the status of your BitMinter workers. |
Taille du Fichier | 73.5 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2013-12-31 |
Date de Publication | 2013-12-31 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Colin Dumitru |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/colin-dumitru/BMChecker |
URL de la Page d'Aide | https://github.com/colin-dumitru/BMChecker/issues |
Langues Prises en Charge | 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'" } |