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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Mechanical Turk Group Ignore擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |