360-degree video live stream user study

360-degree video live stream user study data collector

360-degree video live stream user study क्या है?

360-degree video live stream user study rickie.xingliu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "360-degree video live stream user study data collector"।

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

screenshot

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

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

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

                        By downloading the data collector and participating our user study, you agree to following terms,
1. You are a registered Amazon Mechanical Turk (AMT) worker.
2. You are at least 18-year old.
3. You are using a desktop or laptop computer running Google Chrome browser on Windows, Linux, or Mac OS. Mobile users (i.e., those using smartphones or tablets) are not eligible for this study.
4. One registered worker can only do the study at most once. 
5. You have basic knowledge of how to use a computer and a web browser. 
6. You understand English.
7. You are responsible for any damages caused by inappropriate usage of the data collector.                    

एक्सटेंशन की मूल जानकारी

नाम 360-degree video live stream user study 360-degree video live stream user study
ID ljlnhkoklfodcjcldefmjabpbpckaogp
आधिकारिक URL https://chrome.google.com/webstore/detail/360-degree-video-live-str/ljlnhkoklfodcjcldefmjabpbpckaogp
विवरण 360-degree video live stream user study data collector
फ़ाइल का आकार 105 KB
स्थापना संख्या 160
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2018-05-14
प्रकाशन तिथि 2018-05-14
डेवलपर rickie.xingliu
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 2,
    "name": "360-degree video live stream user study",
    "short_name": "360collect",
    "description": "360-degree video live stream user study data collector",
    "permissions": [
        "debugger",
        "webNavigation",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "gcm",
        "notifications",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "html2canvas.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}