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.

Was ist Acer VR Util. for 360 WebVR(experimental)?

Acer VR Util. for 360 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 Util. for 360 WebVR(experimental)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Acer VR Util. for 360 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Acer VR Util. for 360 WebVR(experimental) Acer VR Util. for 360 WebVR(experimental)
ID igiblobhgbponikbokfhbflnodagamim
Offizielle URL https://chromewebstore.google.com/detail/acer-vr-util-for-360-webv/igiblobhgbponikbokfhbflnodagamim
Beschreibung With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Dateigröße 225 KB
Installationsanzahl 199
Aktuelle Version 1.4.0001
Letztes Update 2019-06-14
Veröffentlichungsdatum 2019-06-11
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Acer Inc.
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.acer.com/ac/en/US/content/privacy
Unterstützte Sprachen 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"
    ]
}