360-degree video live stream user study

360-degree video live stream user study data collector

360-degree video live stream user study là gì?

360-degree video live stream user study là một tiện ích mở rộng Chrome được phát triển bởi rickie.xingliu, và tính năng chính của nó là "360-degree video live stream user study data collector".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 360-degree video live stream user study

Tải xuống các tệp mở rộng 360-degree video live stream user study dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 360-degree video live stream user study 360-degree video live stream user study
ID ljlnhkoklfodcjcldefmjabpbpckaogp
URL Chính Thức https://chrome.google.com/webstore/detail/360-degree-video-live-str/ljlnhkoklfodcjcldefmjabpbpckaogp
Mô tả 360-degree video live stream user study data collector
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2018-05-14
Ngày Phát Hành 2018-05-14
Nhà Phát Triển rickie.xingliu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}