BitMinter checker
This extension checks for the status of your BitMinter workers.
Что такое BitMinter checker?
BitMinter checker - это расширение Chrome, разработанное Colin Dumitru, и его основная функция - "This extension checks for the status of your BitMinter workers.".
Снимки экрана расширения
Скачать файл CRX расширения BitMinter checker
Скачайте файлы расширений 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'" } |