AMT Tools

This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.

AMT Toolsคืออะไร?

AMT Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tjololo และคุณลักษณะหลักของมันคือ "This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMT Tools

ดาวน์โหลดไฟล์ส่วนขยาย AMT Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AMT Tools AMT Tools
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
}