Acer VR Utility for WebVR (experimental)

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

Acer VR Utility for WebVR (experimental) là gì?

Acer VR Utility for WebVR (experimental) là một tiện ích mở rộng Chrome được phát triển bởi Acer Inc., và tính năng chính của nó là "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.".

Ả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 Acer VR Utility for WebVR (experimental)

Tải xuống các tệp mở rộng Acer VR Utility for WebVR (experimental) 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

                        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.                    

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

Tên Acer VR Utility for WebVR (experimental) Acer VR Utility for WebVR (experimental)
ID mohfakfjfcmgflmfgijikdpbllnjjdfn
URL Chính Thức https://chromewebstore.google.com/detail/acer-vr-utility-for-webvr/mohfakfjfcmgflmfgijikdpbllnjjdfn
Mô tả With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 1,557
Phiên Bản Hiện Tại 1.1.1005
Cập Nhật Lần Cuối 2019-04-29
Ngày Phát Hành 2019-04-28
Nhà Phát Triển Acer Inc.
Loại Thanh Toán free
Trang Web Mở Rộng https://acerwebvr.github.io/
URL Trang Chính Sách Bảo Mật https://www.acer.com/ac/en/US/content/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acer VR Utility for WebVR (experimental)",
    "version": "1.1.1005",
    "manifest_version": 2,
    "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"
    },
    "browser_action": {
        "default_icon": {
            "16": "webvr_extension16.png",
            "24": "webvr_extension24.png"
        },
        "default_title": "Acer VR Utility for WebVR (experimental)",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "polyfill.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}