Mturk BBox Counter(Auto)

This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.

Mturk BBox Counter(Auto)คืออะไร?

Mturk BBox Counter(Auto) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kujilab และคุณลักษณะหลักของมันคือ "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mturk BBox Counter(Auto)

ดาวน์โหลดไฟล์ส่วนขยาย Mturk BBox Counter(Auto) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:
* Count word BBoxes
* Store and retrieve you worked data in .csv format
* Get details by priority name
* Text auto suggestion in Transcription work                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mturk BBox Counter(Auto) Mturk BBox Counter(Auto)
ID hnmpipiodnmlnljledjkgdlbgheibcde
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde
คำอธิบาย This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.
ขนาดไฟล์ 76.83 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 3.8.7
อัปเดตครั้งล่าสุด 2020-07-20
วันที่เผยแพร่ 2020-07-01
ผู้พัฒนา kujilab
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mturk BBox Counter(Auto)",
    "description": "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.",
    "version": "3.8.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/worker.mturk.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html",
        "default_title": "Mturk BBox Counter"
    },
    "permissions": [
        "https:\/\/worker.mturk.com\/*",
        "storage"
    ]
}