Turkmotion Extension

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

Cos'è Turkmotion Extension?

Turkmotion Extension è un'estensione di Chrome sviluppata da https://turkmotion.qu.tu-berlin.de, e la sua funzione principale è "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Turkmotion Extension

Scarica i file di estensione Turkmotion Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
URL Ufficiale https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Descrizione Share your vote, Enjoy your work! Extension for Turkmotion review system
Dimensione del File 65.8 KB
Conteggio Installazioni 59
Versione Corrente 0.0.6
Ultimo Aggiornamento 2015-09-27
Data di Pubblicazione 2015-09-27
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://turkmotion.qu.tu-berlin.de
Tipo di Pagamento free
Sito Web dell'Estensione http://turkmotion.qu.tu-berlin.de/
URL della Pagina di Aiuto http://turkmotion.qu.tu-berlin.de/faq.php
Lingue Supportate 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
}