Turkmotion Extension

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

Apa itu Turkmotion Extension?

Turkmotion Extension adalah ekstensi Chrome yang dikembangkan oleh https://turkmotion.qu.tu-berlin.de, dan fitur utamanya adalah "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Turkmotion Extension

Unduh file ekstensi Turkmotion Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
URL Resmi https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Deskripsi Share your vote, Enjoy your work! Extension for Turkmotion review system
Ukuran File 65.8 KB
Jumlah Instalasi 59
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2015-09-27
Tanggal Publikasi 2015-09-27
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://turkmotion.qu.tu-berlin.de
Tipe Pembayaran free
Situs Ekstensi http://turkmotion.qu.tu-berlin.de/
URL Halaman Bantuan http://turkmotion.qu.tu-berlin.de/faq.php
Bahasa yang Didukung 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
}