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.

Co je Mturk BBox Counter(Auto)?

Mturk BBox Counter(Auto) je rozšíření Chrome vyvinuté kujilab, a jeho hlavní funkcí je „This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mturk BBox Counter(Auto)

Stáhněte si soubory rozšíření Mturk BBox Counter(Auto) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Mturk BBox Counter(Auto) Mturk BBox Counter(Auto)
ID hnmpipiodnmlnljledjkgdlbgheibcde
Oficiální URL https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde
Popis This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.
Velikost souboru 76.83 KB
Počet instalací 11
Aktuální Verze 3.8.7
Poslední Aktualizace 2020-07-20
Datum Vydání 2020-07-01
Vývojář kujilab
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}