CrowdSurfer
Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
Cos'è CrowdSurfer?
CrowdSurfer è un'estensione di Chrome sviluppata da saskia.haug, e la sua funzione principale è "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CrowdSurfer
Scarica i file di estensione CrowdSurfer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CrowdSurfer |
ID | bfpplimeekcneflbhlkpjpldifgcnkio |
URL Ufficiale | https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio |
Descrizione | Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT) |
Dimensione del File | 1.87 MB |
Conteggio Installazioni | 163 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2023-10-25 |
Data di Pubblicazione | 2023-09-29 |
Sviluppatore | saskia.haug |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing |
Lingue Supportate | 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": [ " |