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.
Wat is Mturk BBox Counter(Auto)?
Mturk BBox Counter(Auto) is een Chrome-extensie ontwikkeld door kujilab, en de belangrijkste functie is "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mturk BBox Counter(Auto)
Download Mturk BBox Counter(Auto)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features: * Count word BBoxes * Store and retrieve you worked data in .csv format * Get details by priority name * Text auto suggestion in Transcription work
Basisinformatie over de Extensie
Naam | |
ID | hnmpipiodnmlnljledjkgdlbgheibcde |
Officiële URL | https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde |
Beschrijving | This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count. |
Bestandsgrootte | 76.83 KB |
Aantal Installaties | 11 |
Huidige Versie | 3.8.7 |
Laatst Bijgewerkt | 2020-07-20 |
Publicatiedatum | 2020-07-01 |
Ontwikkelaar | kujilab |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |