Turkmotion Extension

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

¿Qué es Turkmotion Extension?

Turkmotion Extension es una extensión de Chrome desarrollada por https://turkmotion.qu.tu-berlin.de, y su función principal es "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Turkmotion Extension

Descarga archivos de extensión Turkmotion Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
URL Oficial https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Descripción Share your vote, Enjoy your work! Extension for Turkmotion review system
Tamaño del Archivo 65.8 KB
Cantidad de Instalaciones 59
Versión Actual 0.0.6
Última Actualización 2015-09-27
Fecha de Publicación 2015-09-27
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://turkmotion.qu.tu-berlin.de
Tipo de Pago free
Sitio Web de la Extensión http://turkmotion.qu.tu-berlin.de/
URL de la Página de Ayuda http://turkmotion.qu.tu-berlin.de/faq.php
Idiomas Soportados 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
}