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.
Cos'è Mturk BBox Counter(Auto)?
Mturk BBox Counter(Auto) è un'estensione di Chrome sviluppata da kujilab, e la sua funzione principale è "This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mturk BBox Counter(Auto)
Scarica i file di estensione Mturk BBox Counter(Auto) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Features: * Count word BBoxes * Store and retrieve you worked data in .csv format * Get details by priority name * Text auto suggestion in Transcription work
Informazioni di Base sull'Estensione
Nome | |
ID | hnmpipiodnmlnljledjkgdlbgheibcde |
URL Ufficiale | https://chrome.google.com/webstore/detail/mturk-bbox-counterauto/hnmpipiodnmlnljledjkgdlbgheibcde |
Descrizione | This extension will count all the BBoxes you have made in mturk work, just click on 'Count BBoxes' it will show the count. |
Dimensione del File | 76.83 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 3.8.7 |
Ultimo Aggiornamento | 2020-07-20 |
Data di Pubblicazione | 2020-07-01 |
Sviluppatore | kujilab |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |