Turkmotion Extension
Share your vote, Enjoy your work! Extension for Turkmotion review system
Turkmotion Extension क्या है?
Turkmotion Extension https://turkmotion.qu.tu-berlin.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your vote, Enjoy your work! Extension for Turkmotion review system"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Turkmotion Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |