Turkmotion Extension

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

Was ist Turkmotion Extension?

Turkmotion Extension ist eine Chrome-Erweiterung, die von https://turkmotion.qu.tu-berlin.de entwickelt wurde, und ihr Hauptmerkmal ist "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Erweiterungsscreenshots

screenshot
screenshot

Turkmotion Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Turkmotion Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
Offizielle URL https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Beschreibung Share your vote, Enjoy your work! Extension for Turkmotion review system
Dateigröße 65.8 KB
Installationsanzahl 59
Aktuelle Version 0.0.6
Letztes Update 2015-09-27
Veröffentlichungsdatum 2015-09-27
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://turkmotion.qu.tu-berlin.de
Zahlungsart free
Erweiterungswebsite http://turkmotion.qu.tu-berlin.de/
Hilfeseite URL http://turkmotion.qu.tu-berlin.de/faq.php
Unterstützte Sprachen 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
}