Acer VR Util. for Vivaldi WebVR(experimental)

With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.

Co to jest Acer VR Util. for Vivaldi WebVR(experimental)?

Acer VR Util. for Vivaldi WebVR(experimental) to rozszerzenie Chrome opracowane przez Acer Inc., a jego główną funkcją jest „With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Acer VR Util. for Vivaldi WebVR(experimental)

Pobierz pliki rozszerzeń Acer VR Util. for Vivaldi WebVR(experimental) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Acer VR Util. for Vivaldi WebVR(experimental) Acer VR Util. for Vivaldi WebVR(experimental)
ID fipkaaklkbmjfoloaemoacoinipcgioe
Oficjalny URL https://chromewebstore.google.com/detail/acer-vr-util-for-vivaldi/fipkaaklkbmjfoloaemoacoinipcgioe
Opis With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Rozmiar pliku 225 KB
Liczba instalacji 63
Aktualna Wersja 1.2.0003
Ostatnia Aktualizacja 2019-06-14
Data Publikacji 2019-06-11
Deweloper Acer Inc.
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.acer.com/ac/en/US/content/privacy
Obsługiwane Języki 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 Vivaldi 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 Vivaldi WebVR(experimental)",
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "storage",
        "contextMenus",
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0003",
    "web_accessible_resources": [
        "polyfill.js"
    ]
}