Turkmotion Extension
Share your vote, Enjoy your work! Extension for Turkmotion review system
Co to jest Turkmotion Extension?
Turkmotion Extension to rozszerzenie Chrome opracowane przez https://turkmotion.qu.tu-berlin.de, a jego główną funkcją jest „Share your vote, Enjoy your work! Extension for Turkmotion review system”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Turkmotion Extension
Pobierz pliki rozszerzeń Turkmotion Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Turkmotion Extension |
ID | ipkcmgojglfefgalhgnlpnakiefdaakl |
Oficjalny URL | https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl |
Opis | Share your vote, Enjoy your work! Extension for Turkmotion review system |
Rozmiar pliku | 65.8 KB |
Liczba instalacji | 59 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2015-09-27 |
Data Publikacji | 2015-09-27 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | https://turkmotion.qu.tu-berlin.de |
Typ Płatności | free |
Strona Rozszerzenia | http://turkmotion.qu.tu-berlin.de/ |
Adres URL Strony Pomocy | http://turkmotion.qu.tu-berlin.de/faq.php |
Obsługiwane Języki | 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 } |