CrowdSurfer

Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)

Τι είναι το CrowdSurfer;

Το CrowdSurfer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον saskia.haug, και η κύρια λειτουργία του είναι "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CrowdSurfer

Λήψη αρχείων επέκτασης 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 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
Ηλεκτρονικό ταχυδρομείο [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": [
                ""
            ]
        }
    ]
}