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
公式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"
    }
}