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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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'"
}