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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}