Turkmotion Extension

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

Turkmotion Extension là gì?

Turkmotion Extension là một tiện ích mở rộng Chrome được phát triển bởi https://turkmotion.qu.tu-berlin.de, và tính năng chính của nó là "Share your vote, Enjoy your work! Extension for Turkmotion review system".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Turkmotion Extension

Tải xuống các tệp mở rộng Turkmotion Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Turkmotion Extension Turkmotion Extension
ID ipkcmgojglfefgalhgnlpnakiefdaakl
URL Chính Thức https://chromewebstore.google.com/detail/turkmotion-extension/ipkcmgojglfefgalhgnlpnakiefdaakl
Mô tả Share your vote, Enjoy your work! Extension for Turkmotion review system
Kích Thước Tệp 65.8 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2015-09-27
Ngày Phát Hành 2015-09-27
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://turkmotion.qu.tu-berlin.de
Loại Thanh Toán free
Trang Web Mở Rộng http://turkmotion.qu.tu-berlin.de/
URL Trang Trợ Giúp http://turkmotion.qu.tu-berlin.de/faq.php
Ngôn Ngữ Được Hỗ Trợ 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
}