CrowdSurfer
Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
CrowdSurfer là gì?
CrowdSurfer là một tiện ích mở rộng Chrome được phát triển bởi saskia.haug, và tính năng chính của nó là "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CrowdSurfer
Tải xuống các tệp mở rộng CrowdSurfer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is an extension to work on a crowdsourcing task on Prolific. This extension provides different tasks to users, e.g. finding information in Wikipedia articles or providing alt-tags. This extension can only be used, when participating in the respective Prolific study.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CrowdSurfer |
ID | bfpplimeekcneflbhlkpjpldifgcnkio |
URL Chính Thức | https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio |
Mô tả | Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT) |
Kích Thước Tệp | 1.87 MB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2023-10-25 |
Ngày Phát Hành | 2023-09-29 |
Nhà Phát Triển | saskia.haug |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CrowdSurfer", "description": "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)", "version": "1.1.7", "icons": { "16": "src\/style\/images\/logo-128.png", "48": "src\/style\/images\/logo-128.png", "128": "src\/style\/images\/logo-128.png" }, "action": { "default_title": "CrowdSurfer", "default_popup": "dist\/index.html" }, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "*:\/\/*.wikipedia.org\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "dist\/main.js" ], "matches": [ "https:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "*.html", "*.css", "*.woff", "*.ttf" ], "matches": [ " |