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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mturk BBox Counter(Auto) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |