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.
O que é Mturk BBox Counter(Auto)?
Mturk BBox Counter(Auto) é uma extensão do Chrome desenvolvida por kujilab, e sua principal característica é "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mturk BBox Counter(Auto)
Baixe arquivos de extensão Mturk BBox Counter(Auto) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Features: * Count word BBoxes * Store and retrieve you worked data in .csv format * Get details by priority name * Text auto suggestion in Transcription work
Informações Básicas da Extensão
Nome | |
ID | hnmpipiodnmlnljledjkgdlbgheibcde |
URL Oficial | https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde |
Descrição | This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count. |
Tamanho do Arquivo | 76.83 KB |
Contagem de Instalações | 11 |
Versão Atual | 3.8.7 |
Última Atualização | 2020-07-20 |
Data de Publicação | 2020-07-01 |
Desenvolvedor | kujilab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |