HIT Searcher

Search Mturk HIT and automatically add is to you HIT queue.

HIT Searcher क्या है?

HIT Searcher kujilab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Mturk HIT and automatically add is to you HIT queue."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HIT Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}