CrowdSurfer
Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
Qu'est-ce que CrowdSurfer ?
CrowdSurfer est une extension Chrome développée par saskia.haug, et sa fonction principale est "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CrowdSurfer
Téléchargez les fichiers d'extension CrowdSurfer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CrowdSurfer |
ID | bfpplimeekcneflbhlkpjpldifgcnkio |
URL Officiel | https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio |
Description | Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT) |
Taille du Fichier | 1.87 MB |
Nombre d'Installations | 163 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2023-10-25 |
Date de Publication | 2023-09-29 |
Développeur | saskia.haug |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing |
Langues Prises en Charge | 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": [ " |