CrowdSurfer

Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)

什么是CrowdSurfer?

CrowdSurfer是由saskia.haug开发的Chrome扩展程序,该扩展的主要功能是“Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)”。

扩展截图

screenshot

下载CrowdSurfer扩展crx文件

下载CrowdSurfer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CrowdSurfer CrowdSurfer
ID bfpplimeekcneflbhlkpjpldifgcnkio
官方URL https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio
简介 Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
文件大小 1.87 MB
安装次数 163
当前版本 1.1.7
更新时间 2023-10-25
上架时间 2023-09-29
开发者 saskia.haug
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing
支持的语言 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": [
                ""
            ]
        }
    ]
}