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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 HIT Searcher HIT Searcher
ID menkpfkljigafmokdbcpaolfiebjiapd
官方網址 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'"
}