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.
¿Qué es Acer VR Utility for WebVR (experimental)?
Acer VR Utility for WebVR (experimental) es una extensión de Chrome desarrollada por Acer Inc., y su función principal es "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Acer VR Utility for WebVR (experimental)
Descarga archivos de extensión Acer VR Utility for WebVR (experimental) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Acer VR Utility for WebVR (experimental) |
ID | mohfakfjfcmgflmfgijikdpbllnjjdfn |
URL Oficial | https://chromewebstore.google.com/detail/acer-vr-utility-for-webvr/mohfakfjfcmgflmfgijikdpbllnjjdfn |
Descripción | With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link. |
Tamaño del Archivo | 229 KB |
Cantidad de Instalaciones | 1,557 |
Versión Actual | 1.1.1005 |
Última Actualización | 2019-04-29 |
Fecha de Publicación | 2019-04-28 |
Desarrollador | Acer Inc. |
Tipo de Pago | free |
Sitio Web de la Extensión | https://acerwebvr.github.io/ |
URL de la Página de Política de Privacidad | https://www.acer.com/ac/en/US/content/privacy |
Idiomas Soportados | 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", " |