Turkmotion Extension

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

Turkmotion Extensionคืออะไร?

Turkmotion Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://turkmotion.qu.tu-berlin.de และคุณลักษณะหลักของมันคือ "Share your vote, Enjoy your work! Extension for Turkmotion review system"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turkmotion Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}