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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}