CrowdSurfer

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

Co to jest CrowdSurfer?

CrowdSurfer to rozszerzenie Chrome opracowane przez saskia.haug, a jego główną funkcją jest „Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CrowdSurfer

Pobierz pliki rozszerzeń CrowdSurfer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CrowdSurfer CrowdSurfer
ID bfpplimeekcneflbhlkpjpldifgcnkio
Oficjalny URL https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio
Opis Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
Rozmiar pliku 1.87 MB
Liczba instalacji 163
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2023-10-25
Data Publikacji 2023-09-29
Deweloper saskia.haug
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}