AMT Tools
This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.
AMT Tools क्या है?
AMT Tools Tjololo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AMT Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aibdjnmhhaehmplmcoggfmdggjopmeib |
आधिकारिक URL | https://chrome.google.com/webstore/detail/amt-tools/aibdjnmhhaehmplmcoggfmdggjopmeib |
विवरण | This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity. |
फ़ाइल का आकार | 65.06 KB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 0.1.8 |
अंतिम अपडेट | 2014-06-27 |
प्रकाशन तिथि | 2014-06-25 |
रेटिंग | 4.62/5 कुल 13 रेटिंग्स |
डेवलपर | Tjololo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMT Tools", "description": "This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.", "version": "0.1.8", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.mturk.com\/mturk\/*" ], "css": [ "css\/tools.css" ], "js": [ "js\/jquery.js", "js\/tools.js", "js\/toolsAccountBalanceID.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.mturk.com\/mturk\/dashboard*" ], "js": [ "js\/toolsChangeNotifier.js", "js\/toolsHITStatusLinks.js", "js\/toolsTodaysEarnings.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.mturk.com\/mturk\/status*" ], "js": [ "js\/toolsHITStatusLinks.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.mturk.com\/mturk\/accept*", "https:\/\/www.mturk.com\/mturk\/continue*", "https:\/\/www.mturk.com\/mturk\/preview*", "https:\/\/www.mturk.com\/mturk\/return*" ], "js": [ "js\/toolsAutoAcceptCheck.js", "js\/toolsCaptchaAlert.js", "js\/toolsConfirmReturnHIT.js", "js\/toolsHITExpander.js", "js\/toolsQualsWrapper.js", "js\/toolsQueueCount.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.mturk.com\/mturk\/findhits*", "https:\/\/www.mturk.com\/mturk\/preview*", "https:\/\/www.mturk.com\/mturk\/searchbar*", "https:\/\/www.mturk.com\/mturk\/sorthits*", "https:\/\/www.mturk.com\/mturk\/sortsearchbar*", "https:\/\/www.mturk.com\/mturk\/viewhits*", "https:\/\/www.mturk.com\/mturk\/viewsearchbar*" ], "js": [ "js\/toolsHITExport.js", "js\/toolsPreviewAccept.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/*.qualtrics.com\/*", "https:\/\/*.qualtrics.com\/*", "http:\/\/*.surveymonkey.com\/*", "https:\/\/*.surveymonkey.com\/*", "http:\/\/*.surveygizmo.com\/*", "https:\/\/*.surveygizmo.com\/*" ], "js": [ "js\/jquery.js", "js\/tools.js", "js\/toolsAccountBalanceID.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |