Turkmotion Extension

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

O que é Turkmotion Extension?

Turkmotion Extension é uma extensão do Chrome desenvolvida por https://turkmotion.qu.tu-berlin.de, e sua principal característica é "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Turkmotion Extension

Baixe arquivos de extensão Turkmotion Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
URL Oficial https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Descrição Share your vote, Enjoy your work! Extension for Turkmotion review system
Tamanho do Arquivo 65.8 KB
Contagem de Instalações 59
Versão Atual 0.0.6
Última Atualização 2015-09-27
Data de Publicação 2015-09-27
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://turkmotion.qu.tu-berlin.de
Tipo de Pagamento free
Site da Extensão http://turkmotion.qu.tu-berlin.de/
URL da Página de Ajuda http://turkmotion.qu.tu-berlin.de/faq.php
Idiomas Suportados 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
}