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.

Was ist Acer VR Utility for WebVR (experimental)?

Acer VR Utility for WebVR (experimental) ist eine Chrome-Erweiterung, die von Acer Inc. entwickelt wurde, und ihr Hauptmerkmal ist "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.".

Erweiterungsscreenshots

screenshot

Acer VR Utility for WebVR (experimental)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Acer VR Utility for WebVR (experimental)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Acer VR Utility for WebVR (experimental) Acer VR Utility for WebVR (experimental)
ID mohfakfjfcmgflmfgijikdpbllnjjdfn
Offizielle URL https://chromewebstore.google.com/detail/acer-vr-utility-for-webvr/mohfakfjfcmgflmfgijikdpbllnjjdfn
Beschreibung With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Dateigröße 229 KB
Installationsanzahl 1,557
Aktuelle Version 1.1.1005
Letztes Update 2019-04-29
Veröffentlichungsdatum 2019-04-28
Entwickler Acer Inc.
Zahlungsart free
Erweiterungswebsite https://acerwebvr.github.io/
URL der Datenschutzrichtlinien-Seite https://www.acer.com/ac/en/US/content/privacy
Unterstützte Sprachen 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
        }
    ]
}