CrowdSurfer
Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)
CrowdSurferとは何ですか?
CrowdSurferはsaskia.haugによって開発されたChromeの拡張機能で、その主な機能は「Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)」です。
拡張機能のスクリーンショット
CrowdSurfer拡張機能のCRXファイルをダウンロード
CrowdSurfer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | CrowdSurfer |
ID | bfpplimeekcneflbhlkpjpldifgcnkio |
公式URL | https://chromewebstore.google.com/detail/crowdsurfer/bfpplimeekcneflbhlkpjpldifgcnkio |
説明 | Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT) |
ファイルサイズ | 1.87 MB |
インストール数 | 163 |
現在のバージョン | 1.1.7 |
最終更新日 | 2023-10-25 |
公開日 | 2023-09-29 |
開発者 | saskia.haug |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://drive.google.com/file/d/1vOksY30ZgsYiszEx14LrhTfWZeFanKPy/view?usp=sharing |
対応言語 | 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": [ " |