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)란 무엇입니까?

Acer VR Utility for 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 Utility for WebVR (experimental) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Utility for WebVR (experimental) Acer VR Utility for WebVR (experimental)
ID mohfakfjfcmgflmfgijikdpbllnjjdfn
공식 URL https://chromewebstore.google.com/detail/acer-vr-utility-for-webvr/mohfakfjfcmgflmfgijikdpbllnjjdfn
설명 With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
파일 크기 229 KB
설치 횟수 1,557
현재 버전 1.1.1005
최근 업데이트 2019-04-29
출시 날짜 2019-04-28
개발자 Acer Inc.
결제 유형 free
확장 프로그램 웹 사이트 https://acerwebvr.github.io/
개인정보 보호 정책 페이지 URL https://www.acer.com/ac/en/US/content/privacy
지원되는 언어 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
        }
    ]
}