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 } |