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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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'"
}