Acer VR Util. for 360 WebVR(experimental)

With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.

Acer VR Util. for 360 WebVR(experimental)とは何ですか?

Acer VR Util. for 360 WebVR(experimental)はAcer Inc.によって開発されたChromeの拡張機能で、その主な機能は「With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.」です。

拡張機能のスクリーンショット

screenshot

Acer VR Util. for 360 WebVR(experimental)拡張機能のCRXファイルをダウンロード

Acer VR Util. for 360 WebVR(experimental)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Visit the Acer WebVR Start Page and learn more about WebVR experience.
https://acerwebvr.github.io/

What is WebVR?
WebVR is an open specification that makes it possible to experience VR in your browser. If a website implements WebVR support and provides 3D content, it can display immersive content in the headset, with user consent.

Do all websites support WebVR?
Website authors must opt-in to use WebVR and further more may create sites that are optimized for specific browsers, headsets and controllers. The number of sites that have some WebVR compatible content is growing every day.                    

拡張機能の基本情報

名前 Acer VR Util. for 360 WebVR(experimental) Acer VR Util. for 360 WebVR(experimental)
ID igiblobhgbponikbokfhbflnodagamim
公式URL https://chromewebstore.google.com/detail/acer-vr-util-for-360-webv/igiblobhgbponikbokfhbflnodagamim
説明 With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
ファイルサイズ 225 KB
インストール数 199
現在のバージョン 1.4.0001
最終更新日 2019-06-14
公開日 2019-06-11
評価 1.00/5 合計 1 レビュー
開発者 Acer Inc.
支払い方法 free
プライバシーポリシーページのURL https://www.acer.com/ac/en/US/content/privacy
対応言語 en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "webvr_extension16.png",
            "24": "webvr_extension24.png"
        },
        "default_popup": "main.html",
        "default_title": "Acer VR Util. for 360 WebVR(experimental)"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.",
    "icons": {
        "128": "webvr_extension128.png"
    },
    "manifest_version": 2,
    "name": "Acer VR Util. for 360 WebVR(experimental)",
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "storage",
        "contextMenus",
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0001",
    "web_accessible_resources": [
        "polyfill.js"
    ]
}