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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jansen Price และคุณลักษณะหลักของมันคือ "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mechanical Turk Group Ignore
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |