CrowdSurfer

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

Что такое CrowdSurfer?

CrowdSurfer - это расширение Chrome, разработанное saskia.haug, и его основная функция - "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CrowdSurfer

Скачайте файлы расширений 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": [
                ""
            ]
        }
    ]
}