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란 무엇입니까?

Mechanical Turk Group Ignore은(는) Jansen Price에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Mechanical Turk Group Ignore Mechanical Turk Group Ignore
ID dlbpfgmnokdphmlgolbabfomlgcmemmo
공식 URL https://chrome.google.com/webstore/detail/mechanical-turk-group-ign/dlbpfgmnokdphmlgolbabfomlgcmemmo
설명 For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.
파일 크기 52.04 KB
설치 횟수 56
현재 버전 0.2.1
최근 업데이트 2015-01-15
출시 날짜 2015-01-15
평점 4.00/5 총 4 개의 평점
개발자 Jansen Price
결제 유형 free
지원되는 언어 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"
    ]
}