Turkmotion Extension

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

什麼是Turkmotion Extension?

Turkmotion Extension是由https://turkmotion.qu.tu-berlin.de開發的Chrome擴展程式,該擴展的主要功能是“Share your vote, Enjoy your work! Extension for Turkmotion review system”。

擴展截圖

screenshot
screenshot

下載Turkmotion Extension擴展crx文件

下載Turkmotion Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
官方網址 https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
簡介 Share your vote, Enjoy your work! Extension for Turkmotion review system
檔案大小 65.8 KB
安裝次數 59
目前版本 0.0.6
更新時間 2015-09-27
上架時間 2015-09-27
評分 3.67/5 共 3 次評分
開發者 https://turkmotion.qu.tu-berlin.de
付費類型 free
擴展官網 http://turkmotion.qu.tu-berlin.de/
說明頁面URL http://turkmotion.qu.tu-berlin.de/faq.php
支援的語言 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
}