CrowdSurfer
Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
Wat is CrowdSurfer?
CrowdSurfer is een Chrome-extensie ontwikkeld door saskia.haug, en de belangrijkste functie is "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".
Extensie Screenshots
Download het CRX-bestand van de extensie CrowdSurfer
Download CrowdSurfer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CrowdSurfer |
ID | bfpplimeekcneflbhlkpjpldifgcnkio |
Officiële URL | https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio |
Beschrijving | Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT) |
Bestandsgrootte | 1.87 MB |
Aantal Installaties | 163 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2023-10-25 |
Publicatiedatum | 2023-09-29 |
Ontwikkelaar | saskia.haug |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing |
Ondersteunde Talen | 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": [ " |