CrowdSurfer
Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
Co je CrowdSurfer?
CrowdSurfer je rozšíření Chrome vyvinuté saskia.haug, a jeho hlavní funkcí je „Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CrowdSurfer
Stáhněte si soubory rozšíření CrowdSurfer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CrowdSurfer |
ID | bfpplimeekcneflbhlkpjpldifgcnkio |
Oficiální URL | https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio |
Popis | Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT) |
Velikost souboru | 1.87 MB |
Počet instalací | 163 |
Aktuální Verze | 1.1.7 |
Poslední Aktualizace | 2023-10-25 |
Datum Vydání | 2023-09-29 |
Vývojář | saskia.haug |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing |
Podporované Jazyky | 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": [ " |