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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |