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.

What is Mturk BBox Counter(Auto)?

Mturk BBox Counter(Auto) is a Chrome extension developed by kujilab, and its main feature is "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mturk BBox Counter(Auto) Extension CRX File

Download Mturk BBox Counter(Auto) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Mturk BBox Counter(Auto) Mturk BBox Counter(Auto)
ID hnmpipiodnmlnljledjkgdlbgheibcde
Official URL https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde
Description This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.
File Size 76.83 KB
Installation Count 11
Current Version 3.8.7
Last Updated 2020-07-20
Publish Date 2020-07-01
Developer kujilab
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}