Mechanical Turk Group Ignore

For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.

Mechanical Turk Group Ignore là gì?

Mechanical Turk Group Ignore là một tiện ích mở rộng Chrome được phát triển bởi Jansen Price, và tính năng chính của nó là "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.".

Tải xuống tệp CRX của tiện ích mở rộng Mechanical Turk Group Ignore

Tải xuống các tệp mở rộng Mechanical Turk Group Ignore 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

                        This extension adds a link 'ignore' to the right side of a group (just after the link "View a HIT in this group." Clicking the ignore link will mark a group as ignored which is visually represented by 'greying out' the group.

This is useful if you are seeing the same group appear while browsing for HITs and want to mark them as groups you are not interested in.

Note that even while ignored a group is still fully functional on the site. It is only altered visually.                    

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

Tên Mechanical Turk Group Ignore Mechanical Turk Group Ignore
ID dlbpfgmnokdphmlgolbabfomlgcmemmo
URL Chính Thức https://chrome.google.com/webstore/detail/mechanical-turk-group-ign/dlbpfgmnokdphmlgolbabfomlgcmemmo
Mô tả For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.
Kích Thước Tệp 52.04 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2015-01-15
Ngày Phát Hành 2015-01-15
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jansen Price
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mechanical Turk Group Ignore",
    "short_name": "Mturk Grp Ignore",
    "version": "0.2.1",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "author": "Jansen Price",
    "description": "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mturk.com\/mturk\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "mturk-group-ignore.js"
            ],
            "css": [
                "mturk-group-ignore.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}