CrowdSurfer

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

CrowdSurfer क्या है?

CrowdSurfer saskia.haug द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamless Crowdsourcing of Design Feedback. Developed by Karlsruhe Institute of Technology (KIT)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CrowdSurfer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}