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 |
Eメール | [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" ] } |