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開發的Chrome擴展程式,該擴展的主要功能是“360-degree video live stream user study data collector”。

擴展截圖

screenshot

下載360-degree video live stream user study擴展crx文件

下載360-degree video live stream user study擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}