CrowdSurfer

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

Vad är CrowdSurfer?

CrowdSurfer är en Chrome-tillägg utvecklad av saskia.haug, och dess huvudfunktion är "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".

Tilläggsskärmbilder

screenshot

Ladda ner CrowdSurfer-förlängningens CRX-fil

Ladda ner CrowdSurfer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CrowdSurfer CrowdSurfer
ID bfpplimeekcneflbhlkpjpldifgcnkio
Officiell webbadress https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio
Beskrivning Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
Filstorlek 1.87 MB
Antal Installationer 163
Aktuell Version 1.1.7
Senast Uppdaterad 2023-10-25
Publiceringsdatum 2023-09-29
Utvecklare saskia.haug
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing
Stödda Språk 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": [
                ""
            ]
        }
    ]
}