AMT Tools

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

AMT Tools là gì?

AMT Tools là một tiện ích mở rộng Chrome được phát triển bởi Tjololo, và tính năng chính của nó là "This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.".

Tải xuống tệp CRX của tiện ích mở rộng AMT Tools

Tải xuống các tệp mở rộng AMT Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMT Tools AMT Tools
ID aibdjnmhhaehmplmcoggfmdggjopmeib
URL Chính Thức https://chrome.google.com/webstore/detail/amt-tools/aibdjnmhhaehmplmcoggfmdggjopmeib
Mô tả This extension provides a set of helper tools for Amazon Mechanical Turk that helps in increasing productivity.
Kích Thước Tệp 65.06 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2014-06-27
Ngày Phát Hành 2014-06-25
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Tjololo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}