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 파일 다운로드

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

확장 프로그램 사용 설명서

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