Turkmotion Extension

Share your vote, Enjoy your work! Extension for Turkmotion review system

What is Turkmotion Extension?

Turkmotion Extension is a Chrome extension developed by https://turkmotion.qu.tu-berlin.de, and its main feature is "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Extension Screenshots

screenshot
screenshot

Download Turkmotion Extension Extension CRX File

Download Turkmotion Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
Official URL https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Description Share your vote, Enjoy your work! Extension for Turkmotion review system
File Size 65.8 KB
Installation Count 59
Current Version 0.0.6
Last Updated 2015-09-27
Publish Date 2015-09-27
Rating 3.67/5 Total 3 Ratings
Developer https://turkmotion.qu.tu-berlin.de
Payment Type free
Extension Website http://turkmotion.qu.tu-berlin.de/
Help Page URL http://turkmotion.qu.tu-berlin.de/faq.php
Supported Languages 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
}