Openturk

The Definitive Toolbox for Amazon Mechanical Turk

Openturk란 무엇입니까?

Openturk은(는) openturk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Definitive Toolbox for Amazon Mechanical Turk"입니다.

확장 프로그램 스크린샷

screenshot

Openturk 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Openturk Chrome extension allows you to use MTurk more efficiently: manage your favorite requesters, share HITs you like and work on HITs that other workers have liked, and track your earnings.

============================

You can find this extension's source code on Github:
https://github.com/openturk/openturk_chrome_extension

Feedback and pull requests are welcome!

============================

- 0.5.0: Better recommendations page.
- 0.4.9: Enhancing the login/logout mturk detection.
- 0.4.3-0.4.8: Progress on fixing the favorites synchronization issue.
- 0.4.2: Temporarily switch to chrome.storage.local the sync function of Chrome seems buggy.
- 0.4.1: Add the option to open notifications links in new tabs (true by default)
- 0.4: Initial release
- < 0.4: Pre Alpha                    

확장 프로그램 기본 정보

이름 Openturk Openturk
ID kjcgglnfcafddffbkghnlhongefbcjil
공식 URL https://chromewebstore.google.com/detail/openturk/kjcgglnfcafddffbkghnlhongefbcjil
설명 The Definitive Toolbox for Amazon Mechanical Turk
파일 크기 533 KB
설치 횟수 257
현재 버전 0.5.1
최근 업데이트 2014-09-10
출시 날짜 2014-09-10
평점 3.87/5 총 23 개의 평점
개발자 openturk
결제 유형 free
확장 프로그램 웹 사이트 http://openturk.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Openturk",
    "description": "The Definitive Toolbox for Amazon Mechanical Turk",
    "version": "0.5.1",
    "permissions": [
        "*:\/\/*.mturk.com\/*",
        "*:\/\/*.openturk.com\/*",
        "*:\/\/*.amazon.com\/*",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "alarms",
        "tabs"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "OpenTurk",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "pages\/scripts\/jquery-2.0.3.min.js",
                "js\/mturk.js"
            ],
            "matches": [
                "http:\/\/*.mturk.com\/*",
                "https:\/\/*.mturk.com\/*"
            ],
            "css": [
                "pages\/styles\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "pages\/scripts\/jquery-2.0.3.min.js",
                "js\/paste.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "pages\/options.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "pages\/scripts\/jquery-2.0.3.min.map",
        "pages\/styles\/font-awesome\/css\/font-awesome.min.css",
        "pages\/styles\/font-awesome\/fonts\/fontawesome-webfont.eot",
        "pages\/styles\/font-awesome\/fonts\/fontawesome-webfont.svg",
        "pages\/styles\/font-awesome\/fonts\/fontawesome-webfont.ttf",
        "pages\/styles\/font-awesome\/fonts\/fontawesome-webfont.woff"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}