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 to jest Mturk BBox Counter(Auto)?
Mturk BBox Counter(Auto) to rozszerzenie Chrome opracowane przez kujilab, a jego główną funkcją jest „This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mturk BBox Counter(Auto)
Pobierz pliki rozszerzeń Mturk BBox Counter(Auto) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Features: * Count word BBoxes * Store and retrieve you worked data in .csv format * Get details by priority name * Text auto suggestion in Transcription work
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hnmpipiodnmlnljledjkgdlbgheibcde |
Oficjalny URL | https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde |
Opis | This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count. |
Rozmiar pliku | 76.83 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 3.8.7 |
Ostatnia Aktualizacja | 2020-07-20 |
Data Publikacji | 2020-07-01 |
Deweloper | kujilab |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |