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ファイルをダウンロード
HIT Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |