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 |
官方網址 | 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" ] } |