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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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
}