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
公式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
}