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.
什么是Mturk BBox Counter(Auto)?
Mturk BBox Counter(Auto)是由kujilab开发的Chrome扩展程序,该扩展的主要功能是“This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.”。
扩展截图
下载Mturk BBox Counter(Auto)扩展crx文件
下载Mturk BBox Counter(Auto)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: * Count word BBoxes * Store and retrieve you worked data in .csv format * Get details by priority name * Text auto suggestion in Transcription work
扩展基本信息
名称 | |
ID | hnmpipiodnmlnljledjkgdlbgheibcde |
官方URL | https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde |
简介 | This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count. |
文件大小 | 76.83 KB |
安装次数 | 11 |
当前版本 | 3.8.7 |
更新时间 | 2020-07-20 |
上架时间 | 2020-07-01 |
开发者 | kujilab |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |