AMT Tools
This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.
什麼是AMT Tools?
AMT Tools是由Tjololo開發的Chrome擴展程式,該擴展的主要功能是“This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.”。
下載AMT Tools擴展crx文件
下載AMT Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | aibdjnmhhaehmplmcoggfmdggjopmeib |
| 官方網址 | 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
} | |