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.

Qu'est-ce que Acer VR Util. for 360 WebVR(experimental) ?

Acer VR Util. for 360 WebVR(experimental) est une extension Chrome développée par Acer Inc., et sa fonction principale est "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Acer VR Util. for 360 WebVR(experimental)

Téléchargez les fichiers d'extension Acer VR Util. for 360 WebVR(experimental) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Acer VR Util. for 360 WebVR(experimental) Acer VR Util. for 360 WebVR(experimental)
ID igiblobhgbponikbokfhbflnodagamim
URL Officiel https://chromewebstore.google.com/detail/acer-vr-util-for-360-webv/igiblobhgbponikbokfhbflnodagamim
Description With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Taille du Fichier 225 KB
Nombre d'Installations 199
Version Actuelle 1.4.0001
Dernière Mise à Jour 2019-06-14
Date de Publication 2019-06-11
Évaluation 1.00/5 Total 1 Évaluations
Développeur Acer Inc.
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.acer.com/ac/en/US/content/privacy
Langues Prises en Charge 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"
    ]
}