Turkmotion Extension

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

Co je Turkmotion Extension?

Turkmotion Extension je rozšíření Chrome vyvinuté https://turkmotion.qu.tu-berlin.de, a jeho hlavní funkcí je „Share your vote, Enjoy your work! Extension for Turkmotion review system“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Turkmotion Extension

Stáhněte si soubory rozšíření Turkmotion Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
Oficiální URL https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Popis Share your vote, Enjoy your work! Extension for Turkmotion review system
Velikost souboru 65.8 KB
Počet instalací 59
Aktuální Verze 0.0.6
Poslední Aktualizace 2015-09-27
Datum Vydání 2015-09-27
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://turkmotion.qu.tu-berlin.de
Typ Platby free
Webové stránky Rozšíření http://turkmotion.qu.tu-berlin.de/
URL Stránky Nápovědy http://turkmotion.qu.tu-berlin.de/faq.php
Podporované Jazyky 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
}