Turkmotion Extension

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

Hvad er Turkmotion Extension?

Turkmotion Extension er en Chrome-udvidelse udviklet af https://turkmotion.qu.tu-berlin.de, og dens hovedfunktion er "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Turkmotion Extension-udvidelses-CRX-fil

Download Turkmotion Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
Officiel URL https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Beskrivelse Share your vote, Enjoy your work! Extension for Turkmotion review system
Filstørrelse 65.8 KB
Antal Installationer 59
Nuværende Version 0.0.6
Senest Opdateret 2015-09-27
Udgivelsesdato 2015-09-27
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://turkmotion.qu.tu-berlin.de
Betalingsmetode free
Udvidelseswebsted http://turkmotion.qu.tu-berlin.de/
Hjælpeside-URL http://turkmotion.qu.tu-berlin.de/faq.php
Understøttede Sprog 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
}