HIT Searcher
Search Mturk HIT and automatically add is to you HIT queue.
HIT Searcher란 무엇입니까?
HIT Searcher은(는) kujilab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Mturk HIT and automatically add is to you HIT queue."입니다.
확장 프로그램 스크린샷
HIT Searcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search Mturk HIT and automatically add is to you HIT queue. HIT search basically refresh all mturk tab in a given particular time untill your search priority name matches with search result. If you select Auto Accept Option then if search priority name matches with search result then 2 HIT will be automatically added in you mturk HITs queue.
확장 프로그램 기본 정보
이름 | HIT Searcher |
ID | menkpfkljigafmokdbcpaolfiebjiapd |
공식 URL | https://chromewebstore.google.com/detail/hit-searcher/menkpfkljigafmokdbcpaolfiebjiapd |
설명 | Search Mturk HIT and automatically add is to you HIT queue. |
파일 크기 | 93.15 KB |
설치 횟수 | 100 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2020-06-12 |
출시 날짜 | 2020-06-12 |
개발자 | kujilab |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HIT Searcher", "description": "Search Mturk HIT and automatically add is to you HIT queue.", "version": "2.0.1", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/worker.mturk.com\/*" ], "match_about_blank": true } ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "24.png", "default_popup": "popup.html", "default_title": "HIT Searcher" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+H" } } }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'" } |