Mechanical Turk Group Ignore
For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.
Mechanical Turk Group Ignore क्या है?
Mechanical Turk Group Ignore Jansen Price द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mechanical Turk Group Ignore एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a link 'ignore' to the right side of a group (just after the link "View a HIT in this group." Clicking the ignore link will mark a group as ignored which is visually represented by 'greying out' the group. This is useful if you are seeing the same group appear while browsing for HITs and want to mark them as groups you are not interested in. Note that even while ignored a group is still fully functional on the site. It is only altered visually.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dlbpfgmnokdphmlgolbabfomlgcmemmo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mechanical-turk-group-ign/dlbpfgmnokdphmlgolbabfomlgcmemmo |
विवरण | For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage. |
फ़ाइल का आकार | 52.04 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2015-01-15 |
प्रकाशन तिथि | 2015-01-15 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | Jansen Price |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mechanical Turk Group Ignore", "short_name": "Mturk Grp Ignore", "version": "0.2.1", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "author": "Jansen Price", "description": "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.", "content_scripts": [ { "matches": [ "https:\/\/*.mturk.com\/mturk\/*" ], "js": [ "jquery-2.1.3.min.js", "mturk-group-ignore.js" ], "css": [ "mturk-group-ignore.css" ] } ], "permissions": [ "storage" ] } |