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"
    ]
}