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.
Was ist Mturk BBox Counter(Auto)?
Mturk BBox Counter(Auto) ist eine Chrome-Erweiterung, die von kujilab entwickelt wurde, und ihr Hauptmerkmal ist "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.".
Erweiterungsscreenshots
Mturk BBox Counter(Auto)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mturk BBox Counter(Auto)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Features: * Count word BBoxes * Store and retrieve you worked data in .csv format * Get details by priority name * Text auto suggestion in Transcription work
Grundlegende Informationen zur Erweiterung
Name | |
ID | hnmpipiodnmlnljledjkgdlbgheibcde |
Offizielle URL | https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde |
Beschreibung | This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count. |
Dateigröße | 76.83 KB |
Installationsanzahl | 11 |
Aktuelle Version | 3.8.7 |
Letztes Update | 2020-07-20 |
Veröffentlichungsdatum | 2020-07-01 |
Entwickler | kujilab |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |