Turkmotion Extension
Share your vote, Enjoy your work! Extension for Turkmotion review system
Τι είναι το Turkmotion Extension;
Το Turkmotion Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://turkmotion.qu.tu-berlin.de, και η κύρια λειτουργία του είναι "Share your vote, Enjoy your work! Extension for Turkmotion review system".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Turkmotion Extension
Λήψη αρχείων επέκτασης Turkmotion Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Turkmotion extension helps workers in MTurk to share their opinion about each HIT Groups and with other workers in an easy way. Our goal is to help workers to find most enjoyable and/or well payed HITs. In the Turkmotion website list of top HITs are available, and using the extension one can see HITs' ratings in MTurk. It is a free service provided as a part of research project to analyzes factors influencing workers motivation.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Turkmotion Extension |
ID | ipkcmgojglfefgalhgnlpnakiefdaakl |
Επίσημο URL | https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl |
Περιγραφή | Share your vote, Enjoy your work! Extension for Turkmotion review system |
Μέγεθος Αρχείου | 65.8 KB |
Αριθμός Εγκαταστάσεων | 59 |
Τρέχουσα Έκδοση | 0.0.6 |
Τελευταία Ενημέρωση | 2015-09-27 |
Ημερομηνία Δημοσίευσης | 2015-09-27 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://turkmotion.qu.tu-berlin.de |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://turkmotion.qu.tu-berlin.de/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://turkmotion.qu.tu-berlin.de/faq.php |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.raty.js", "turkmotion.js" ], "css": [ "jquery.raty.css", "style.css" ], "matches": [ "http:\/\/*.mturk.com\/*", "https:\/\/*.mturk.com\/*" ] } ], "name": "Turkmotion Extension", "description": "Share your vote, Enjoy your work! Extension for Turkmotion review system", "version": "0.0.6", "permissions": [ "cookies", "https:\/\/turkmotion.qu.tu-berlin.de\/", "storage" ], "icons": { "16": "images\/icon.png", "48": "images\/logo_transparent_small.png" }, "options_page": "options.html", "web_accessible_resources": [ "images\/*.png", "fonts\/*.svg", "fonts\/*.ttf" ], "background": { "scripts": [ "md5.js", "background.js" ] }, "manifest_version": 2 } |