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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Acer Inc. และคุณลักษณะหลักของมันคือ "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acer VR Utility for WebVR (experimental)

ดาวน์โหลดไฟล์ส่วนขยาย Acer VR Utility for WebVR (experimental) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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