Turkmotion Extension

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

Qu'est-ce que Turkmotion Extension ?

Turkmotion Extension est une extension Chrome développée par https://turkmotion.qu.tu-berlin.de, et sa fonction principale est "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Turkmotion Extension

Téléchargez les fichiers d'extension Turkmotion Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
URL Officiel https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Description Share your vote, Enjoy your work! Extension for Turkmotion review system
Taille du Fichier 65.8 KB
Nombre d'Installations 59
Version Actuelle 0.0.6
Dernière Mise à Jour 2015-09-27
Date de Publication 2015-09-27
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://turkmotion.qu.tu-berlin.de
Type de Paiement free
Site Web de l'Extension http://turkmotion.qu.tu-berlin.de/
URL de la Page d'Aide http://turkmotion.qu.tu-berlin.de/faq.php
Langues Prises en Charge 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
}