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) là gì?

Mturk BBox Counter(Auto) là một tiện ích mở rộng Chrome được phát triển bởi kujilab, và tính năng chính của nó là "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mturk BBox Counter(Auto)

Tải xuống các tệp mở rộng Mturk BBox Counter(Auto) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mturk BBox Counter(Auto) Mturk BBox Counter(Auto)
ID hnmpipiodnmlnljledjkgdlbgheibcde
URL Chính Thức https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde
Mô tả This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.
Kích Thước Tệp 76.83 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 3.8.7
Cập Nhật Lần Cuối 2020-07-20
Ngày Phát Hành 2020-07-01
Nhà Phát Triển kujilab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}